Merge pull request #306015 from 0xd3e/go-migrate-pgx5

go-migrate: Add support for the pgx5 driver
This commit is contained in:
Aleksana
2024-05-01 17:21:04 +08:00
committed by GitHub
@@ -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";