Skip to main content

Module dialect

Module dialect 

Source
Expand description

Dialect type re-exported from drizzle-types with core-specific extensions.

Structs§

PostgresDialect
Type-level marker for PostgreSQL.
SQLiteDialect
Type-level marker for SQLite.

Enums§

Dialect
Re-export the unified Dialect enum from drizzle-types SQL dialect for database-specific behavior
ParamStyle
Parameter placeholder rendering style.

Traits§

DialectTypes
Maps conceptual SQL types (Int, Text, Bool, …) to dialect-native markers.

Functions§

write_placeholder
Writes a dialect-appropriate placeholder directly to a buffer.