pgmock

A library for mocking Postgres queries


License
BSD-3-Clause
Install
pip install pgmock==1.3.7

Documentation

pgmock

pgmock provides utilities for obtaining and mocking out expressions in Postgres queries. For a quick start and a full tutorial on using pgmock, view the documentation link below.

Documentation

View the pgmock docs here.

Installation

pgmock can be installed with:

pip3 install pgmock

Contributing Guide

For information on setting up pgmock for development and contributing changes, view CONTRIBUTING.rst.

Primary Authors

  • @wesleykendall (Wes Kendall)
  • @chris-hartfield (Chris Hartfield)
  • @dargueta (Diego Argueta)
  • @VincentLa (Vincent La)

Other contributors can be found in the AUTHORS file