prorm API Reference
    Preparing search index...

    Type Alias Dialect

    Dialect:
        | "mysql"
        | "postgres"
        | "sqlite"
        | "mssql"
        | "mariadb"
        | "oracle"
        | "cockroachdb"
        | "redshift"
        | "db2"
        | "snowflake"
        | "clickhouse"
        | "duckdb"
        | "hana"
        | "spanner"
        | "turso"
        | "tidb"
        | "singlestore"
        | "yugabytedb"
        | "timescaledb"
        | "greenplum"
        | "vertica"
        | "trino"
        | "exasol"
        | "questdb"
        | "cratedb"
        | "firebird"
        | "databricks"

    Every SQL dialect prorm can target. The value chosen here decides which Dialect implementation compiles your FindOptions into SQL, so it governs identifier quoting, pagination syntax and which clauses are legal.