asyncpg
asyncpg copied to clipboard
A fast PostgreSQL Database Client Library for Python/asyncio.
* **asyncpg version**:0.17.0 * **Greenplum version**:5.7 * **Python version**:3.7 * **Platform**:Windows 10/windows 10 WSL * **Do you use pgbouncer?**:no * **Did you install asyncpg with pip?**:yes * **If you built...
* **asyncpg version**: 0.29.0 * **PostgreSQL version**: 16.1 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: this is...
* **asyncpg version**: 0.29.0 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: no SaaS,...
* **asyncpg version**: asyncpg==0.27.0. * **PostgreSQL version**: PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.46987. * **Do you use a PostgreSQL SaaS?...
* **asyncpg version**: `0.2.7` * **PostgreSQL version**: `PostgreSQL 13.3 (Debian 13.3-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit` * **Do you use a PostgreSQL SaaS? If so,...
I use pymongo and fastapi a lot. When i first to asyncpg, i can not find a quick start to tell me how to use this async lib in both...
Fixes https://github.com/MagicStack/asyncpg/issues/448 This is a proposed change to support `executemany` with `INSERT ... RETURNING`. The PR adds a flag parameter to `executemany`, but adding a seperate method like `fetchmany` was...
I'd like to add support for creating a postgres connection over an existing socket like object. In this approach startTLS can or cannot be used depending on the caller. This...
See [Github CI trace](https://github.com/nackjicholson/aiosql/actions/runs/4150335841/jobs/7279284210) * **asyncpg version**: latest * **PostgreSQL version**: latest * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...
Looking to add a socket factory callback to `connect` in order to allow connections from pre-configured socket like object. Closes #1054