Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 744 Bytes

README.rst

File metadata and controls

33 lines (21 loc) · 744 Bytes

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