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 `compact()` to FlashStore@0.18 with Medea DB #74

Closed huan closed 4 years ago

huan commented 4 years ago

See: https://github.com/wechaty/wechaty-puppet-padplus/issues/155

API reference of Medea: https://github.com/medea/medea/blob/master/README.md#dbcompactcallback

huan commented 4 years ago

MedaeDB has been deprecated.