diff --git a/README.md b/README.md index c7fc212..478df1a 100644 --- a/README.md +++ b/README.md @@ -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.