asyncpg
asyncpg copied to clipboard
A fast PostgreSQL Database Client Library for Python/asyncio.
Running process as another user causes permission denied error when setting up database connection.
* **asyncpg version**: 0.25.0 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Both RDS...
Hello, this is a feature request for supporting a PyPi built distribution for ARM64 architecture for the MacOS M1 chip. Thank you.
It'd be nice to add the numbers on the new implementation of Psycopg. link to the project: https://www.psycopg.org/psycopg3/
How would you recommend converting Records to a pandas dataframe? Also, what do you think about giving `fetch` the option of returning a dataframe instead of list? There might be...
column type is TIME. when set value to datetime.time, I got this exception. `asyncpg.exceptions.DataError: invalid input for query argument $10: datetime.time(0, 1, 2, tzinfo=
Every connection on release calls reset, which results in evaluation of this statements (for postgres caps): ``` SELECT pg_advisory_unlock_all(); CLOSE ALL; UNLISTEN *; RESET ALL; ``` So if you use...
https://github.com/MagicStack/asyncpg/pull/900#issuecomment-1079653458 As @abravalheri advised, it is better to drop the `[project]` table from `pyproject.toml` to avoid the future releases of setuptools ignoring the configurations listed in `setup.py`.
* **asyncpg version**:0.25.0 * **PostgreSQL version**: * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python version**:3.9.7 *...
I have hasked this before SO (https://stackoverflow.com/questions/69814471/is-there-a-way-to-inspect-the-query-string-run-by-asyncpg) but I am getting no answer, so this is a feature request. ------------------------- When I use [asyncpg][1] to run a query on my...
* **asyncpg version**: 0.25.0 * **PostgreSQL version**: 12 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: n/a *...