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
A Dialect is the glue between Kysely and the underlying database engine.
See the built-in PostgresDialect as an example of a dialect. Users can implement their own dialects and use them by passing it in the dialect property.