Request: add examples of using r2d2 with Diesel #3984
DeflateAwning
started this conversation in
Ideas
Replies: 1 comment
-
r2d2 is a standalone project. It's used as dependency of diesel, but diesel only provides integration for diesel based connections. Everything else is implemented in different crates. You can find the relevant documentation in the main r2d2 crate documentation or in any of the helper crates that provide support for specific connection types (see the relevant table in the README). That's nothing that belongs to diesel itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like r2d2 supports many more databases than Diesel, and my understanding is that it can act as a "middleware" between diesel and those databases (e.g., firebird, etc.).
Would be awesome if you could an example of how to use this!
Beta Was this translation helpful? Give feedback.
All reactions