Creates an adapter for the dialect.
Creates a driver 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
Kysely.withoutPlugins.
Creates a query compiler for the dialect.
MS SQL Server dialect that uses the tedious library.
The constructor takes an instance of MssqlDialectConfig.