GoodDB
    Preparing search index...

    Variable GoodDBConst

    GoodDB: typeof GoodDB = GoodDBMain

    The main class for the GoodDB package

    const db = new GoodDB(new new JSONDriver({ 
    path: './database.json'
    }));
    const db = new GoodDB(new MongoDBDriver({
    uri: "..."
    }));
    await db.connect();