Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 619 Bytes

pg-dba

CI codecov

A semi-automated Postgres DBA for helping teams better manage their DB.

Testing

To run integration tests locally, you must have docker installed. You can run the integration tests by running:

make compose-up
make integration

Docs

You can run the docs server by going to the docs folder and running:

make doc-server