how about to support multi database #2982
jiangxiaoqiang
started this conversation in
Ideas
Replies: 2 comments
-
As already answered here thats something currently not supported by diesel cli, so asking again will not make the feature magically appear. That means you either need to wait till someone implements the feature or start implementing it on your own. Contributions are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am define multiple |
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
-
I want to connect to multi database right now, still did not found how to define multi schema files seperately. The database A schema will override database B schema.rs right now, what should I do to define a multi schema.rs files and I could connect to multit database in one diesel app? This is what I have already tried to do:https://stackoverflow.com/questions/70378560/is-it-possible-to-make-diesel-to-handle-multi-database
Beta Was this translation helpful? Give feedback.
All reactions