List Question
12 TechQA 2023-03-02T12:44:46.613000Why are closed connections in an actor not returned to the connection pool?
161 views
Asked by Rairot
The latest chrono 0.4 crate uses time 0.1 which has a potential segfault - how to fix?
813 views
Asked by Code4R7
How to optimize querying multiple unrelated tables in SQLite?
244 views
Asked by Mateusz Pydych
How to use DB connections in Actix several times per function?
773 views
Asked by porton
Implement default trait API in database module by diesel r2d2?
190 views
Asked by linrongbin
Rust diesel with r2d2 load expected struct `Mysql`, found struct `Sqlite`?
535 views
Asked by linrongbin
Rust - Cannot Access r2d2 pool connection from Rocket State
1.5k views
Asked by Gonzalo
Imlementing connection pooling in a rust/diesel app with r2d2
5.8k views
Asked by balteo
Why is the Connection pool cloned here?
704 views
Asked by Jonah Allerton
Rust serde_json::value::RawValue gives errors "the trait bound ... `r2d2_postgres::postgres::types::FromSql<'_>` is not satisfied"
504 views
Asked by sudoExclamationExclamation
How to save a document in MongoDB by r2d2 and actix?
231 views
Asked by Alonzo
How to use SQLite via rusqlite from multiple threads?
3.3k views
Asked by VasiliNovikov