Creates an adapter for the dialect.
Creates a database introspector that can be used to get database metadata such as the table names and column names of those tables.
db
never has any plugins installed. It's created using
withoutPlugins.
Creates a query compiler for the dialect.
Generated using TypeDoc
MySQL dialect that uses the mysql2 library.
The constructor takes an instance of MysqlDialectConfig.
If you want the pool to only be created once it's first used,
pool
can be a function: