|
|
|
|
|
by Sphax
627 days 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. |
|