kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
486 stars 39 forks source link

ReferenceError: txn is not defined #25

Closed yosbelms closed 3 years ago

yosbelms commented 3 years ago

When using putSync I get the following error:

/db/node_modules/lmdb-store/index.js:382
                                return handleError(error, this, txn, () => this.putSync(id, value, version))
                                                                ^
ReferenceError: txn is not defined
kriszyp commented 3 years ago

Pushed a fix in 0.9.11, let me know if any issues with it.