Module dialect

Source

Structs§

GenericDialect
A permissive, general purpose Dialect, which parses a wide variety of SQL statements, from many different dialects.
GreptimeDbDialect
GreptimeDb dialect
MySqlDialect
A Dialect for MySQL
PostgreSqlDialect
A Dialect for PostgreSQL

Traits§

Dialect
Encapsulates the differences between SQL implementations.