asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

A fast PostgreSQL Database Client Library for Python/asyncio.

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

Fixes #870 Fixes #936 Fixes #950 This PR: - Adds a fair amount of parallellization ref https://github.com/pypa/cibuildwheel/issues/1088#issuecomment-1250024795 - Uses latest manylinux images (RHEL8.6) for building future-proof wheels: the default yum...

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

* **asyncpg version**: 0.20.1 * **PostgreSQL version**: 12.1 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: postgresql is...

Hi, Please add support for linux/aarch64 wheel releases. This configuration is popular for containers running on AWS Graviton instances or containers running on mac M1/M2 laptops. Fortunately this can be...

asyncpg=0.26.0 postgres=13.4 We're trying to connect to RDS through and RDS proxy with IAM auth and it doesn't work. We've verified that the provided code works fine when connecting straight...

I have been using version 0.20.1. I was able to configure server side TCP keepalives via the server_settings dict object, but I can't seem to find the place where I...

I'm trying to invoke a function with a signature like this: ``` CREATE OR REPLACE FUNCTION "ns"."test"(p1 "ns"."my_type"[]) ``` It results in the following exception being raised: ``` Traceback (most...

Most commonly used with Kerberos. Closes: #769