GoodDB
    Preparing search index...

    Variable ConvertorConst

    Convertor: typeof default = ConvertorClass

    The Convertor class for the GoodDB package

    const convertor = new Convertor({
    from: new JSONDriver(),
    to: new MongoDBDriver(),
    table: 'all_tables',
    });