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

[TODO] Refactor methods to compatible with the Map defination in ES6 #7

Closed huan closed 6 years ago

huan commented 7 years ago

also the iterators.

See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map

huan commented 6 years ago

Done.