LMDB is an interesting database; it's in process (we like), but supports multiple processes writing to the same file on disk. It's a pretty interesting middle of the road option between TrivialDB and something like Redis.
There's a node API: https://github.com/Venemo/node-lmdb
LMDB is an interesting database; it's in process (we like), but supports multiple processes writing to the same file on disk. It's a pretty interesting middle of the road option between TrivialDB and something like Redis.
There's a node API: https://github.com/Venemo/node-lmdb