diesel_cli compiled features flag #2717
alexxroche
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This sounds like a great idea. Such a contribution would definitively be welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Could we add to the version output which features have been compiled into diesel_cli ? I spent two days trying to get diesel to work with postgres, (when it would work with sqlite) and found out that cargo had been failing to re-compile with postgres support.
Ideally:
diesel -V diesel 1.3.2 "postgres mysql"
or
diesel --version diesel 1.4.1 "postgres sqlite"
If we need to maintain 100% backwards compatibility then add a new flag
Beta Was this translation helpful? Give feedback.
All reactions