Is there a way to switch databases? #187
Unanswered
cemremengu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @cemremengu. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want my application to support both sqlite and postgres. I am happy to include generated code for both databases in the final executable.
However, is there a way to switch between implementations during the startup without rebuilding the binary? Any experience with this?
Beta Was this translation helpful? Give feedback.
All reactions