switch to mysql driver, separate pgx logic, handle no-change migration

This commit is contained in:
2024-11-23 17:08:03 +01:00
parent 21a9683bf1
commit 198bceb9ba
5 changed files with 36 additions and 26 deletions
+1
View File
@@ -3,6 +3,7 @@ module gopher-toolbox
go 1.23.2
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgx/v5 v5.7.1