blahah / yunodb

A portable, persistent, electron-embeddable fulltext search + document store database for node.js
Other
251 stars 17 forks source link

Use cachedown or another memory-first leveldb adapter #12

Open blahah opened 7 years ago

blahah commented 7 years ago

by default it would be great to use memdown for indexing and then flush to disk

https://github.com/mvayngrib/cachedown does this for you - so we could use it as default instead of leveldown