typestub-node-lmdb
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

typestub-node-lmdb

Typescript wrapper around node-lmdb, with some improvement.

npm Package Version

Basically same as node-lmdb, except:

  • beginTxn() is exposed only after the env is opened
  • extended txn to include clear, getObject, and putObject methods
additional method explanation
clear try to delete, will not throw error if the key doesn't exist
getObject wrap around getString with JSON.stringify*
putObject wrap around putString with JSON.parse*

*: exception raised from JSON.stringify/parse is not handled

Package Sidebar

Install

npm i typestub-node-lmdb

Weekly Downloads

1

Version

1.0.0

License

BSD-2-Clause

Unpacked Size

14.9 kB

Total Files

5

Last publish

Collaborators

  • beenotung