kriszyp / lmdb-js

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

Support Deno #83

Closed kriszyp closed 2 years ago

kriszyp commented 2 years ago

It would be great to add support for running on Deno using their new FFI API (at least once it has buffer support). This would require a fair bit of work, as the FFI probably won't allow much interaction with V8 objects, but lmdb-store has already moved doing most stuff through buffers. It would also require conversion of code to ESM, but that is relatively straightforward.