Skip to main content

Module postgres

Module postgres 

Source
Expand description

PostgreSQL database adapter.

Provides connection pooling and query execution for PostgreSQL.

Structs§

PostgresAdapter
PostgreSQL database adapter with connection pooling.
PostgresIntrospector
PostgreSQL introspector for fact table metadata.
PostgresWhereGenerator
PostgreSQL WHERE clause generator.

Type Aliases§

IndexedColumnsCache
Cache of indexed columns for views.