asyncpg
asyncpg copied to clipboard
A fast PostgreSQL Database Client Library for Python/asyncio.
* **asyncpg version**: 0.24.0 * **PostgreSQL version**: 12 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: no SaaS...
I see that on PyPI there is only amd64 available for Linux. Is it possible to add Arm 64?
* **asyncpg version: 0.25.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.39380 * **Do you use a PostgreSQL...
* **asyncpg version**: 0.22.0 * **PostgreSQL version**: 13.2 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: local PostgreSQL...
Currently, `asyncpg` is untyped and has to be ignored as an import when using [`mypy`](https://mypy.readthedocs.io/en/stable/). Because of this, I created an [`asyncpg-stubs` package](https://github.com/bryanforbes/asyncpg-stubs/) generated from `stubgen` that I use in...
I'm using [CrateDB](https://github.com/crate/crate) which provides a Postgres interface and allows you to run a cluster of nodes that can all be used for queries. It would be great to have...
* **asyncpg version**: 0.25.0 (tried with 0.23.0 and 0.24.0) * **PostgreSQL version**: 11.16 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a...
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings: ```console [tkloczko@devel-g2v...
* **asyncpg version**: 0.25.0 * **PostgreSQL version**: latest * **Do you use a PostgreSQL SaaS? No the issue with a local PostgreSQL install?**: No * **Python version**: 3.8 * **Platform**:...
Implement the #629