NoSQL systems don't have any strict rules on what data you can or can't put somewhere. Huh? Think of it as being similar to SQL, but without the constraints on table structure or referential integrity.
Well, that's kind of the way that SQLite works, isn't it?