asyncpg
asyncpg copied to clipboard
A fast PostgreSQL Database Client Library for Python/asyncio.
* **asyncpg version**: 0.24.0 * **PostgreSQL version**: 12.8 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Local PostgreSQL...
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No *...
Hello Pyright returns errors because the Stub files are not found. Could you add the py.typed in the root folder of asyncpg please? Thanks Sylvain
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: Aurora PostgreSQL 10.14 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**:...
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: N/A * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: N/A *...
I have a problem insert to PostgreSQL. The column I'm trying to insert is of type JSONB. The type of the object is Counter(). At production its working but locally...
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: 12 * **Python version**: 3.9.4 * **Platform**: OSX * **Do you use pgbouncer?**: No * **Did you install asyncpg with pip?**: pipenv *...
This param is a switch that lets the user specify whether or not they want the channel name to be sent to postgres as quoted identifier. If the flag is...
Hello, I have a project where we set all our notify listeners up using all-caps channel names. In applying your package I found this didn't work, since the add_listener function...
Hi! Do you have any plans to support Kerberos authentication?