Replies: 1 comment 2 replies
-
I think you can do it like this:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this question has been asked before
Here is my situation:
schema
for bothmysql
andsqlite
connections.mysql
is for production andsqlite
is for testing.sqlite
then decided to migrate tomysql
Because the current schema only supports neither
mysql
norsqlite
it seems that multi connections is not possible.Will
dizzle
supports it in the near future or anything I can do have both connections working with single schema ?Beta Was this translation helpful? Give feedback.
All reactions