Merge pull request #306015 from 0xd3e/go-migrate-pgx5
go-migrate: Add support for the pgx5 driver
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user