data.drivers._pelt.connection

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

anyio connection surface for pelt (epic E5).

Mirrors the asyncpg-shaped API theDatabase facade calls: fetch / fetchrow/ execute / executemany / cursor / transaction, plus LISTEN/NOTIFY helpers. Owns the…

anyio connection surface for pelt (epic E5).

Mirrors the asyncpg-shaped API theDatabase facade calls: fetch / fetchrow/ execute / executemany / cursor / transaction, plus LISTEN/NOTIFY helpers. Owns the I/O loop that drivesExtendedQueryProtocolagainst a PGStream.

data.drivers._pelt.connection

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

Record
class

Dict-able row mapping (dict(row)for the facade).

Transaction
class

asyncpg-shaped transaction handle.

Cursor
class

Server-side cursor over an open portal (prefetchbatch size).

Connection
class

One authenticated PostgreSQL session.

View source · /home/runner/work/chirp/chirp/site/../src/chirp/data/drivers/_pelt/connection.py:1