1.0.0 • Published 3 years ago

typestub-node-lmdb v1.0.0

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
3 years ago

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 methodexplanation
cleartry to delete, will not throw error if the key doesn't exist
getObjectwrap around getString with JSON.stringify*
putObjectwrap around putString with JSON.parse*

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

1.0.0

3 years ago

0.3.2

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago