adding a pool
feature without any specific pool crate enabled
#187
Closed
fakeshadow
started this conversation in
Ideas
Replies: 1 comment
-
That sounds reasonable, happy to accept a PR for this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement my own db driver and pool implement as an extension crate of
diesel-async
. In the progress I findpooled_connection
module can only be enabled with at least one existing pool crate. Resulting extra dependencies I don't need.I imagine a feature like this would help resolve the dependency issue:
Cargo.toml
mod.rs
Beta Was this translation helpful? Give feedback.
All reactions