You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am considering using golang-migrate for incremental database migrations.
One key requirement is the ability to export the final SQL schema, making it easier to verify the resulting database schema without directly exporting from the database.
Describe the solution you'd like
golang-migrate can export the final SQL schema
Describe alternatives you've considered
If golang-migrate does not support this feature, I would consider applying all migrations to a test database and exporting the schema from there.
Additional context
I am looking forward to your response and appreciate any guidance you can provide. Any further discussions or suggestions can be discussed here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am considering using
golang-migrate
for incremental database migrations.One key requirement is the ability to export the final SQL schema, making it easier to verify the resulting database schema without directly exporting from the database.
Describe the solution you'd like
golang-migrate
can export the final SQL schemaDescribe alternatives you've considered
If
golang-migrate
does not support this feature, I would consider applying all migrations to a test database and exporting the schema from there.Additional context
I am looking forward to your response and appreciate any guidance you can provide. Any further discussions or suggestions can be discussed here.
The text was updated successfully, but these errors were encountered: