asyncpg 0.27.0-1build1 source package in Ubuntu
Changelog
asyncpg (0.27.0-1build1) lunar; urgency=medium * No change rebuild for PostgreSQL 15 -- Athos Ribeiro <email address hidden> Tue, 17 Jan 2023 20:15:58 -0300
Upload details
- Uploaded by:
- Athos Ribeiro
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
asyncpg_0.27.0.orig.tar.gz | 789.9 KiB | 720986d9a4705dd8a40fdf172036f5ae787225036a7eb46e704c45aa8f62c054 |
asyncpg_0.27.0-1build1.debian.tar.xz | 7.3 KiB | 729c817d8e74708982a7b9a03c257335b2780ee525dd05b2d96e7ce876d8c36f |
asyncpg_0.27.0-1build1.dsc | 2.2 KiB | 9ed2bf236a533413bf0520bb3741d0672d53f29a6a32044ba01dc9dc51224415 |
Available diffs
- diff from 0.27.0-1 (in Debian) to 0.27.0-1build1 (561 bytes)
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