kriszyp / lmdb-js

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

`doesExist` with transaction #287

Open pkaminski opened 7 months ago

pkaminski commented 7 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.