Skip to content

DuckDB

PropertyValue
Labelduckdb
Inherits Frompostgres

Default Casing: DuckDB stores all identifiers in the case they were defined, however all identifier resolution is case-insensitive (when unquoted, and more unusually, also when quoted). See the DuckDB Identifiers Documentation for more details.

Quotes: String Literals: '', Identifiers: "" or ''

The dialect for DuckDB.

Released under the MIT License.