top | item 41671101

(no title)

Sphax | 1 year ago

How do people deploying SQLite server side handle migrations ? I've seen two ways but I'm still not sure which one I prefer:

* using an external tool, just like any other RDBMS (I know and use https://github.com/golang-migrate/migrate)

* embedding migrations in the app and letting the app manage migrating up.

discuss

order

No comments yet.