Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support database migrations #244

Closed
Tracked by #247
cschleiden opened this issue Sep 20, 2023 · 1 comment · Fixed by #261
Closed
Tracked by #247

Support database migrations #244

cschleiden opened this issue Sep 20, 2023 · 1 comment · Fixed by #261
Labels

Comments

@cschleiden
Copy link
Owner

Support migrations for the sqlite and mysql database schemas.

@decibelcooper
Copy link
Contributor

question: is there an opportunity for Backend-agnostic migrations, supporting a kind of an ORM migration approach?

E.g., today there is a diag.Backend interface for inspecting data from supporting backend.Backends for diagnostic purposes. Perhaps a similar interface could support Backend-agnostic migrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants