Namespace eQuantic.Core.Data.PostgreSql
Classes
- PostgreSqlDialect
PostgreSQL's SQL flavour: snake_case naming,
"quoted"identifiers,LIMIT/OFFSET, identity keys read back withRETURNING, native array columns (membership as= ANY(col), atomic append/remove), row-wise tuple comparisons, and scalar-keyed dictionaries asjsonbdocument columns (ContainsKeyas the?operator, indexer reads as->>).