lowdb-api icon indicating copy to clipboard operation
lowdb-api copied to clipboard

lowdb-api do not accept async adapters

Open unlight opened this issue 6 years ago • 1 comments

index.js ~ line 61

const db = lowdb(new Adapter(file)); // db = Promise
db._ - undefined 
error

unlight avatar Apr 27 '19 10:04 unlight

any work around for this while it's fixed?

nano2dev avatar Jul 01 '19 17:07 nano2dev