orbitdb-archive / orbit-db-storage-adapter

A wrapper for abstract-leveldown compliant stores, used by OrbitDB
MIT License
8 stars 3 forks source link

DONE: Refactor to not use async Promise executor #14

Closed CSDUMMI closed 2 years ago

CSDUMMI commented 2 years ago

Using async instead of the complex mix of new Promise and callbacks used at the moment in createStore and destroy.