Table of Contents

Namespace eQuantic.Core.Data.PostgreSql

Classes

PostgreSqlDialect

PostgreSQL's SQL flavour: snake_case naming, "quoted" identifiers, LIMIT/OFFSET, identity keys read back with RETURNING, native array columns (membership as = ANY(col), atomic append/remove), row-wise tuple comparisons, and scalar-keyed dictionaries as jsonb document columns (ContainsKey as the ? operator, indexer reads as ->>).