1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-29 23:49:44 +02:00

Added pgMemento

This commit is contained in:
glw
2017-09-20 16:08:33 -05:00
parent 70a1c4c654
commit 59b06c0d94

View File

@@ -98,6 +98,7 @@
* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL.
* [PG\_Themis](https://github.com/cossacklabs/pg_themis) - Postgres binding as extension for crypto library Themis, providing various security services on PgSQL's side.
* [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.
### Optimization
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.