Replies: 3 comments 1 reply
-
@JediMaster25 hello! Yes, you cannot set extra for a specific backend. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @JediMaster25, I think you can set the match db_engine {
// append DB specific `extra`...
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
@billy1624 could you complete that example with a string for each of the three supported engines? |
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
-
I want to do something like
.extra(sqlite, "anything on sqlite").extra(postgres, "anything on postgres").extra(mysql, "anything on mysql")
. So that I don't have to choose an engine when I use.extra()
.Beta Was this translation helpful? Give feedback.
All reactions