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

[Request]: Migration manager #187

Open
ospfranco opened this issue Nov 26, 2024 · 0 comments
Open

[Request]: Migration manager #187

ospfranco opened this issue Nov 26, 2024 · 0 comments

Comments

@ospfranco
Copy link
Contributor

What do you need?

The need to manage the scheme of sqlite database is quite clear. op-sqlite started just as a low -level layer to interact with sqlite but more and more people are using it as their main interface. I don't want to write an ORM, ORMs are just overhead for some convenience around objects (IMO) but there are quality of life features we can do that will just repeat in every project.

Migrations is one of this features. Writing your SQL by hand is fine, but keeping track of which migrations have been applied and applying them on app start is a low hanging fruit we can bake in into op-sqlite and solve the problem for everyone.

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

No branches or pull requests

1 participant