GoodDB
    Preparing search index...

    Variable JSONDriverConst

    JSONDriver: typeof JSONDriver = JSONDriverMain

    The JSONDriver class for the GoodDB package

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