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

[feature] add SQLite as a backend for the next version #75

Closed huan closed 4 years ago

huan commented 4 years ago

See: https://www.npmjs.com/package/sqlite

huan commented 4 years ago

Should be available with v0.19.1 or above versions.