go-pgmockproxy
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.
- Versions: 0.0.0-20210724152146-4ad1a8207f65
- 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 the latest version of go-pgmockproxy as follows:
guix install go-pgmockproxy
Or install a particular version:
guix install go-pgmockproxy@0.0.0-20210724152146-4ad1a8207f65
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.
Badge code
You can use the following badge to inform users of go-pgmockproxy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-pgmockproxy'><img src='https://packages.guix.gnu.org/packages/go-pgmockproxy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-pgmockproxy)
Example Org:
[[https://packages.guix.gnu.org/packages/go-pgmockproxy][https://packages.guix.gnu.org/packages/go-pgmockproxy/badges/latest-version.svg]]