This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/go-pgmockproxy/badges/latest-version.svg)](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]]