this libe is great, it would be nice if names were shorter and simpler to type, for instance, if you use it from terminal to quickly edit files, one would prefer something like
import('lowdb').then(lib=>{
const db= lib.load("file", ...);
// do stuff
db.write()
})
thanks for the contribution anyway
this libe is great, it would be nice if names were shorter and simpler to type, for instance, if you use it from terminal to quickly edit files, one would prefer something like
thanks for the contribution anyway