kriszyp / lmdb-js

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

`doesExist` with transaction #287

Open pkaminski opened 2 months ago

pkaminski commented 2 months ago

Would it be possible to get an overload of doesExist that accepts an optional transaction? The workaround is to use get or getKeys, but I'm guessing that those have additional overhead. Thanks.