naming
Author: younes-zeboudjCreated Dec 3, 2024Updated Dec 3, 2024
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
Source: typicode/lowdb