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