go-migrate: Add support for the pgx5 driver

This commit is contained in:
Daniel Trautmann
2024-04-22 16:26:47 +02:00
parent 5eade37305
commit d548d8c9da
@@ -16,7 +16,7 @@ buildGoModule rec {
subPackages = [ "cmd/migrate" ];
tags = [ "cassandra" "clickhouse" "cockroachdb" "crate" "firebird" "mongodb" "multistmt" "mysql" "neo4j" "pgx" "postgres" "ql" "redshift" "rqlite" "shell" "snowflake" "spanner" "sqlite3" "sqlserver" "stub" "testing" "yugabytedb" ];
tags = [ "cassandra" "clickhouse" "cockroachdb" "crate" "firebird" "mongodb" "multistmt" "mysql" "neo4j" "pgx" "pgx5" "postgres" "ql" "redshift" "rqlite" "shell" "snowflake" "spanner" "sqlite3" "sqlserver" "stub" "testing" "yugabytedb" ];
meta = with lib; {
homepage = "https://github.com/golang-migrate/migrate";