-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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