Expand description
Dialect type re-exported from drizzle-types with core-specific extensions.
Structs§
- Postgres
Dialect - Type-level marker for
PostgreSQL. - SQLite
Dialect - Type-level marker for
SQLite.
Enums§
- Dialect
- Re-export the unified Dialect enum from drizzle-types SQL dialect for database-specific behavior
- Param
Style - Parameter placeholder rendering style.
Traits§
- Dialect
Types - Maps conceptual SQL types (Int, Text, Bool, …) to dialect-native markers.
Functions§
- write_
placeholder - Writes a dialect-appropriate placeholder directly to a buffer.