View Source PhoenixAnalytics.Services.Bridge (PhoenixAnalytics v0.3.2)
Summary
Functions
Attaches PostgreSQL to the DuckDB connection if the mode is set to :duck_postgres.
Functions
Attaches PostgreSQL to the DuckDB connection if the mode is set to :duck_postgres.
This function performs the following steps:
- Installs the PostgreSQL extension
- Loads the PostgreSQL extension
- Executes the attach_postgres query
Parameters
- conn: The DuckDB connection
Returns
Returns the result of the attach_postgres query.