provides functionality for bulk updating/inserting rows in PostgreSQL https://pkg.go.dev/codeberg.org/kerbrek/pgutil
  • Go 92.6%
  • Makefile 6%
  • Shell 1.4%
Find a file
2025-10-26 19:49:33 +02:00
.git-hooks chore: edit makefile and git hook 2025-10-23 20:17:28 +02:00
.vscode feat: initial implementation 2025-10-16 20:15:18 +02:00
queryutil feat: initial implementation 2025-10-16 20:15:18 +02:00
testdata/postgres feat: initial implementation 2025-10-16 20:15:18 +02:00
.env.ports.test.example feat: initial implementation 2025-10-16 20:15:18 +02:00
.gitignore feat: initial implementation 2025-10-16 20:15:18 +02:00
.golangci.yml fix: set timeout on commit and rollback 2025-10-18 17:20:43 +02:00
.sqlfluff feat: initial implementation 2025-10-16 20:15:18 +02:00
docker-compose.test.yml feat: initial implementation 2025-10-16 20:15:18 +02:00
go.mod build: upgrade deps 2025-10-24 00:08:06 +02:00
go.sum build: upgrade deps 2025-10-24 00:08:06 +02:00
LICENSE feat: initial implementation 2025-10-16 20:15:18 +02:00
Makefile chore: support new dotenv-linter 2025-10-26 19:49:33 +02:00
pgutil.go feat!: support per batch timeout 2025-10-24 00:05:36 +02:00
pgutil_test.go feat!: support per batch timeout 2025-10-24 00:05:36 +02:00
README.md chore: add license to readme 2025-10-17 00:11:52 +02:00

pgutil

pgutil provides functionality for bulk updating/inserting rows in PostgreSQL.

License

MIT