-
I'd like to implement my own CursorIterator, but I can't find a straightforward way of getting it done via asyncpg public interface.
Currently it's created by CursorFactory, which in turn is created …
-
### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to setup sqladmin for project in which we're using […
-
In psycopg2, `register_adapter` along with utility functions provides a useful way to map custom Python classes into valid representations, often by relatively simple behaviors such as casting to `str…
-
* **asyncpg version**:.29.0
* **PostgreSQL version**: 2.0.26
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: no
* **Python versi…
-
* **asyncpg version**: 0.20.1
* **PostgreSQL version**: 10.3
* **Python version**: 3.8.2
* **Platform**: Windows
* **Do you use pgbouncer?**: No
* **Did you install asyncpg with pip?**: Yes
…
-
**Describe the problem**
The first query in a connection to CRDB using asyncpg results in a 7 seconds delay. This is especially annoying when using connection pools.
**To Reproduce**
``` pyth…
-
Hi there,
after closing crate/sqlalchemy-cratedb#100 and bringing in crate/crate-python#391, we may want to look at [SQLAlchemy support for Python asyncio]. Currently, trying to invoke the CrateDB …
amotl updated
4 months ago
-
I'm using asyncpg to connect my database in Heroku postgresql, using python:
```
import asyncpg
async def create_db_pool():
bot.pg_con = await asyncpg.create_pool(dsn="postgres://....", hos…
-
* **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
* **Python ve…
-
The documentation for [`asyncpg.pool.Pool.set_connect_args`](https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.Pool.set_connect_args) makes no mention that there are 2 particula…