huan / flash-store

FlashStore is a high-performance Key-Value Persistent Local Database using ES6 Map's API (Async & Sync), Powered by LevelDB/RocksDB/SQLite and TypeScript.
https://paka.dev/npm/flash-store
Apache License 2.0
20 stars 4 forks source link

Support `nedb` backend #17

Closed huan closed 4 years ago

huan commented 6 years ago

To prevent the native code build when running npm install

See

huan commented 5 years ago

Update:

  1. Nedb is unmaintained
  2. https://github.com/louischatriot/nedb/issues/492
huan commented 4 years ago

Task canceled because the nedb is unmaintained.