Const
The main class for the GoodDB package
const db = new GoodDB(new new JSONDriver({ path: './database.json' })); Copy
const db = new GoodDB(new new JSONDriver({ path: './database.json' }));
const db = new GoodDB(new MongoDBDriver({ uri: "..."}));await db.connect(); Copy
const db = new GoodDB(new MongoDBDriver({ uri: "..."}));await db.connect();
The main class for the GoodDB package