Can AutoMigrate dynamically select databases? #5566
Unanswered
timnewsham
asked this question in
Q&A
Replies: 1 comment
-
same as this one #5564 |
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
-
Is it possible to use db.AutoMigrate to operate on different databases on the same database server using the same connection handle? I would like to dynamically select a database on the server, and then apply automigrations for tables in that database.
Beta Was this translation helpful? Give feedback.
All reactions