Is there something akin to SQLite but a document-oriented database as opposed to an RDBMS?
Orient seemed to be something similar to what I was looking for, but it is written in Java, and I'm looking for something I can use from C++.
Ideally this would be a serverless system, like SQLite.