gun-lmdb
LMDB adapter for gunDB based on node-lmdb
Installation
npm install @notabug/gun-lmdb
Usage
require("@notabug/gun-lmdb").attachToGun(Gun, {
path: "path/to/an/existing/folder,
mapSize: 1024**4 // Maximum size of database in bytes
});
LMDB adapter for gunDB based on node-lmdb
npm install @notabug/gun-lmdb
require("@notabug/gun-lmdb").attachToGun(Gun, {
path: "path/to/an/existing/folder,
mapSize: 1024**4 // Maximum size of database in bytes
});
npm i @notabug/gun-lmdb
11
0.2.3
MIT
112 kB
19