Interface Dialect

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.

Hierarchy

  • Dialect

Implemented by

Methods

Generated using TypeDoc