You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: