Const
The Convertor class for the GoodDB package
const convertor = new Convertor({ from: new JSONDriver(), to: new MongoDBDriver(), table: 'all_tables',}); Copy
const convertor = new Convertor({ from: new JSONDriver(), to: new MongoDBDriver(), table: 'all_tables',});
The Convertor class for the GoodDB package