@notabug/gun-lmdb
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @notabug/gun-lmdb

Weekly Downloads

0

Version

0.2.3

License

MIT

Unpacked Size

112 kB

Total Files

19

Last publish

Collaborators

  • go1dfish