asyncpg 0.29.0-1 source package in Ubuntu

Changelog

asyncpg (0.29.0-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Sat, 27 Jan 2024 10:15:20 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
asyncpg_0.29.0-1.dsc 2.1 KiB 00760f1bebd369151495227df74bca9bc05f95cf19619173e09dabc744e3c315
asyncpg_0.29.0.orig.tar.gz 801.2 KiB d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e
asyncpg_0.29.0-1.debian.tar.xz 7.3 KiB eb101b43b85abdb7361b60566ba5ba91fc293f737b0ade743a722aef3a06b174

No changes file available.

Binary packages built by this source

python3-asyncpg: asyncio PosgtreSQL driver

 Database interface library designed specifically for PostgreSQL and
 Python/asyncio.
 asyncpg is an efficient, clean implementation of PostgreSQL server binary
 protocol for use with Python's asyncio framework.
 It implements PostgreSQL server protocol natively and exposes its features
 directly.
 .
 Features:
  * prepared statements,
  * scrollable cursors,
  * partial iteration on query results,
  * automatic encoding and decoding of composite types, arrays, and any
    combination of those,
  * straightforward support for custom data types

python3-asyncpg-dbgsym: debug symbols for python3-asyncpg