Variable YMLDriverConst

YMLDriver: typeof YMLDriver = YMLDriverMain

The YMLDriver class for the GoodDB package

Example

const db = new GoodDB(new YMLDriver({
path: './database.yml'
}));