Variable JSONDriverConst

JSONDriver: typeof JSONDriver = JSONDriverMain

The JSONDriver class for the GoodDB package

Example

const db = new GoodDB(new JSONDriver({
path: './database.json'
}));

Example

const db = new GoodDB(new JSONDriver({
path: './database.json',
format: true
}));