Const
The JSONDriver class for the GoodDB package
const db = new GoodDB(new JSONDriver({ path: './database.json'})); Copy
const db = new GoodDB(new JSONDriver({ path: './database.json'}));
const db = new GoodDB(new JSONDriver({ path: './database.json', format: true})); Copy
const db = new GoodDB(new JSONDriver({ path: './database.json', format: true}));
The JSONDriver class for the GoodDB package