Variable MySQLDriverConst

MySQLDriver: typeof MySQLDriver = MySQLDriverMain

The MySQLDriver class for the GoodDB package

Example

const db = new GoodDB(new MySQLDriver({
charset: 'utf8mb4',
connectTimeout: 10,
database: 'defaultdb',
host: 'host',
password: 'password',
port: 23070,
user: 'gooddb',
namedPlaceholders: true,
}));