if sqlite’s new CoC featuring the ten commandments and then some gives you the willies, there are some alternatives. i use pouchdb for projects that only need a small local database: everything is stored on disk. you hook it up to a couchdb install if you need to scale your db infra, in which case it automatically transacts with couchdb rather than the local filesystem.
plus you can stick it in the browser 😛