@jextxadore IIUC SQLite doesn't enforce types. They just hint to it how to optimize storage. It does care about column counts.
There's also the old classic of stashing JSON in the DB; some relational DBs actually bake in support for working with that sort of thing in-database. IIRC hstore is something along those lines in Postgres.
// @matigo