From 44d6f8e6f850a8eb88408317bdb8a89ca5590062 Mon Sep 17 00:00:00 2001 From: "Andrey.Tarashevskiy" Date: Tue, 12 Apr 2022 10:46:31 +0300 Subject: [PATCH] exposed-crypto module --- LibDocumentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LibDocumentation.md b/LibDocumentation.md index afefe22..bccb478 100644 --- a/LibDocumentation.md +++ b/LibDocumentation.md @@ -66,6 +66,7 @@ At the moment `Exposed` coexists of provided modules * exposed-java-time - date-time extensions based on Java8 Time API * exposed-kotlin-datetime - date-time extensions based on kotlinx-datetime * exposed-money - extensions to support MonetaryAmount from "javax.money:money-api" +* exposed-crypt - provides additional column types to store encrypted data in DB and encode/decode it on client-side Dependencies mapping listed bellow is similar (by functionality) to the previous versions: #### Maven