go-pgmockproxy 0.0.0-20210724152146-4ad1a8207f65
PostgreSQL server mocking library
pgmockproxy is a PostgreSQL proxy that logs the messages back and forth between the PostgreSQL client and server. This can aid in building a mocking script by running commands against a real server to observe the results. It can also be used to debug applications that speak the PostgreSQL wire protocol without needing to use a tool like Wireshark.
- Outputs:
out
- Website: https://github.com/jackc/pgmock
- Licenses: Expat
- Package source: gnu/packages/golang-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-pgmockproxy 0.0.0-20210724152146-4ad1a8207f65
as follows:
guix install go-pgmockproxy@0.0.0-20210724152146-4ad1a8207f65
Or install the latest version:
guix install go-pgmockproxy
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.