-
### Description
As of [asyncpg v0.30.0 ](https://github.com/MagicStack/asyncpg/releases/tag/v0.30.0)it is now possible to pass a custom connection function into the `asyncpg.create_pool` method, whic…
-
The app uses `asyncpg` to connect to `postgresql`, but there is no backend for `asyncpg` in yoyo-migrations, so I had to add an extra dependency to `psycopg2` just for this.
It will be nice to have…
-
it would be nice if there was an asynchronous analogue of commands `database_exists`, `drop_database` and `create_database`. For example, with `inspect.iscoroutinefunction(engine)`
Thanks
-
I suspect that we could be taking greater advantage of `asyncpg` (not that I understand how).
-
I'm attempting to implement an asynchronous approach using PostgresChatMessageHistory in combination with [RunnableWithMessageHistory](https://api.python.langchain.com/en/latest/runnables/langchain_co…
lgabs updated
1 month ago
-
I'm trying to invoke a function with a signature like this:
```
CREATE OR REPLACE FUNCTION "ns"."test"(p1 "ns"."my_type"[])
```
It results in the following exception being raised:
```
Traceback (most …
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.39.1
### Steps to Reproduce
When using the encode/databases package for async database access in FastAPI, queries are no…
-
* **asyncpg version**: 0.23.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.27314
* **Do you use a…
-
As discussed in #128, it might be a cool idea to have a "middleware" layer in asyncpg where people can register their own code to be ran pre or post query.
One usecase is asyncpgsa, which is a proj…
-
Danswer is working just fine but After rebooting I get this error from my log. I tried restarting, rebuild but it does not go away. Is there a solution to this problem? Best regards.
INFO […