-
the tokio-postgres dep is currently pinned to a 0.7.7 fork: https://github.com/prisma/rust-postgres/commits/pgbouncer-mode/
the latest version is 0.7.11: https://github.com/sfackler/rust-postgres/b…
-
How to check against a certain error::Kind given a result eg coming from `query_one(...)`?
The [kind](https://github.com/sfackler/rust-postgres/blob/master/tokio-postgres/src/error/mod.rs#L340) enum …
-
`db-tokio-postgres` depends on `std` which, according to `README.md`, disables `no_std` support, but it seems to enable/include various optional dependencies.
This happens because `db-tokio-postgr…
-
I need to receive PostgreSQL [asynchronous notifications](https://www.postgresql.org/docs/current/sql-notify.html) in my application.
At `ConfigConnectImpl::connect()` , a task is created awaiting …
-
Hi!
I'm still going at using Butane within a Leptos/Axum project.
I got to a decent point where I'd like to have more visibility on database changes and types, so I switched from SQLite to Postgre…
-
And possibly renaming the crate along the lines of "bdk_postgres".
-
### Bug Description
Hello,
I am setting up an axum web server with a simple route handler. The handler acquires a connection from the connection pool, and then runs some arbitrary statement. Origi…
-
### Bug Description
When i get decimal column value from postgres by Any driver, the library panic :
Any driver does not support the Postgres type PgTypeInfo(Numeric)
the samilar error for the time…
-
and is there a way to use an alternative like rust-tls?
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single bug…