Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorycl/pgtools
Tools for working with postgresql: concurrent query load tester; query output formatter, pgbouncer pool tester and a json history logger
https://github.com/rorycl/pgtools
go logger pgbouncer plpgsql postgresql
Last synced: 2 days ago
JSON representation
Tools for working with postgresql: concurrent query load tester; query output formatter, pgbouncer pool tester and a json history logger
- Host: GitHub
- URL: https://github.com/rorycl/pgtools
- Owner: rorycl
- License: mit
- Created: 2021-03-21T19:19:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T14:30:37.000Z (over 2 years ago)
- Last Synced: 2024-10-18T12:29:11.823Z (26 days ago)
- Topics: go, logger, pgbouncer, plpgsql, postgresql
- Language: Go
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgtools
Tools related to Postgresql
v0.2: 01 August 2022
## pg-json-logger
A PostgreSQL json logger/auditor using triggers, based on 2ndQuadrant's
hstore-based auditor.Previously at github.com/rorycl/pg_json_logger
## go-modelmaker
A Go tool for introspecting the functions in a database, useful for
creating model interface files, for example for python. The tool can
also be used for dropping functions in a database.## go-pooltest
A Go tool for testing postgresql connections, particularly for
investigating the behaviour of pgbouncer reserve pools and pool limits.## go-concurrent-query
A Go tool for making many concurrent queries on one or more databases,
in one or more sets, useful for load testing.## Licence
MIT
Rory Campbell-Lange 2022