adityapandey9 / gun-lmdb

LMDB Adapter for gunDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
});

About

LMDB Adapter for gunDB

License:MIT License


Languages

Language:TypeScript 100.0%