From a545413e28cd4713d929fdd371983c65f356caea Mon Sep 17 00:00:00 2001 From: Eugene Pilyankevich Date: Thu, 22 Dec 2016 01:36:50 +0200 Subject: [PATCH] Add Themis crypto library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dda638e..9395371 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [PGStrom](https://wiki.postgresql.org/wiki/PGStrom) - Extension to offload CPU intensive workloads to GPU. * [plpgsql\_check](https://github.com/okbob/plpgsql_check) - Extension that allows to check plpgsql source code. * [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. ### Optimization