UNPKG

json-debby

Version:

JSON Database (commented in French)

10 lines (6 loc) 261 B
const Debby = require(__dirname+"/Debby.js") const save = new Debby("./test.json") console.log(save.json) save.json.push(`Hello world n°${save.json.length + 1}`) save.end() // <= async function console.log(Debby.list.map(d=>d.path).join("\n"))