1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-24 11:26:12 +02:00

Merge pull request #183 from dhamaniasad/dhamaniasad-patch-2

Add pgTap
This commit is contained in:
Asad Dhamani 2017-11-07 20:27:20 +05:30 committed by GitHub
commit 532e559229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@
* [zomboDB](https://github.com/zombodb/zombodb) - Extension that enables efficient full-text searching via the use of indexes backed by Elasticsearch.
* [pgMemento](https://github.com/pgMemento/pgMemento) - Provides an audit trail for your data inside a PostgreSQL database using triggers and server-side functions written in PL/pgSQL.
* [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension
* [pgTAP](http://pgtap.org/) - Database testing framework for Postgres
### Optimization
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.