Skip to main content

Module postgres_source

Module postgres_source 

Source
Expand description

PostgreSQL lookup source with connection pooling and predicate pushdown. PostgreSQL lookup source with predicate pushdown.

Structs§

PostgresLookupSource
PostgreSQL implementation of the LookupSource trait.
PostgresLookupSourceConfig
Configuration for the PostgreSQL lookup source.

Functions§

build_query
Build a SQL query from table name, primary keys, lookup keys, predicates, and an optional projection.