migrations
Versioned schema migrations with golang-migrate.
mysql wires MySQL into your Go service with a configured connection pool and repository pattern scaffold.
Use mysql for relational workloads on MySQL or MariaDB. Pair with migrations for versioned schema changes and uuid to avoid auto-increment IDs that leak business data.
Suggests: migrations, docker, uuid
verikt new my-service --language go --cap mysql# or add to an existing service:verikt add mysqlmigrations
uuid
docker