asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

A fast PostgreSQL Database Client Library for Python/asyncio.

Results 256 asyncpg issues
Sort by recently updated
recently updated
newest added

Are there any plans to have direct support for large objects for efficient streaming of data? My use case: my webapp supports uploads of binary data files. These files are...

* **asyncpg version**: 0.24.0 * **PostgreSQL version**: 10 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python...

I've been relying on the newest implementation of executemany() to perform bulk upserts, but it has the shortcoming that it will not allow to easily determine the number of affected...

Hi, I would like to know if you plan to provide a way of using the kind of "batch optimization" you already did (executemany, copy_from_records...) using the "RETURNING" psql statement?...

I looked at docs and code. I didn't find anything similar.

enhancement
question

* **asyncpg version**: 0.22.0 * **PostgreSQL version**: 12 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Yes *...

It is bit hard to figure out, which exceptions I should catch if I want to recover my application from connection errors. So far - `OSError` - when database is...

* **asyncpg version**: 0.21.0 * **CockroachDB version**: v20.2.1 * **PostgreSQL version**: 12.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...

* **asyncpg version**: 0.22.0 * **PostgreSQL version**: 12 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: AWS Aurora...

* **asyncpg version**: v0.21.0 * **PostgreSQL version**: CCL v20.1.8 @ 2020/10/21 15:46:38 (go1.13.9) * **Python version**: 3.8 * **Platform**: macos * **Do you use pgbouncer?**: no * **Did you install...