PostgreSQL driver helpers for chirp.data.
data.drivers.postgres
| Name | Type | Default | Description |
|---|---|---|---|
type
|
|
— | |
qualified_name
|
|
— | |
element_type
|
|
— | |
description
|
|
— | |
source_file
|
|
— | |
line_number
|
|
— | |
is_autodoc
|
|
— | |
autodoc_element
|
|
— | |
_autodoc_template
|
|
— | |
_autodoc_url_path
|
|
— | |
_autodoc_page_type
|
|
— | |
title
|
|
— | |
doc_content_hash
|
|
— |
Symbols on this page
create_pool
function
async
async def create_pool(config: DatabaseConfig) -> object
Create a PostgreSQL connection pool via the in-tree pelt driver.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
config
|
DatabaseConfig
|
— |
View source · /home/runner/work/chirp/chirp/site/../src/chirp/data/drivers/postgres.py:1