Variable ConvertorConst

Convertor: typeof default = ConvertorClass

The Convertor class for the GoodDB package

Example

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