SQLite-powered NoSQL Key/Value Store?
For a while I've been keeping an eye on the whole NoSQL movement. Not because I need a highly-scalable storage solution, but rather because I'm interested in storing arbitrary documents in a database and being able to retrieve them easily enough.
I really enjoyed this article on igvita.com: I didn't know about the possibility of having schema-free tables in MySQL, and while I was delighted of the discovery, I wasn't too pleased by the fact that SQLite doesn't support anything like that...
Why SQLite? Well, because I like embeddable, standalone and cross-platform databases, that's all.
