Hacker News new | ask | show | jobs
by renke1 1774 days ago
What would be the best way to do migrations with absurd-sql?
1 comments

I just include a list of migration files in the app, iterate through them in startup and make sure they are all applied. It's pretty simple, but yeah you have to think about this if doing local apps