Module

data.drivers.postgres

PostgreSQL driver helpers for chirp.data.

Functions

create_pool 1 object
Create a PostgreSQL connection pool.
async
async def create_pool(config: DatabaseConfig) -> object
Parameters
Name Type Description
config DatabaseConfig
Returns
object