You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: