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