A semi-automated Postgres DBA for helping teams better manage their DB.
To run integration tests locally, you must have docker installed. You can run the integration tests by running:
make compose-up
make integration
You can run the docs server by going to the docs
folder and running:
make doc-server