From 6b62c92513a9aa60f848d094de1e78898aeec4a3 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Thu, 31 Aug 2023 00:47:51 +0700 Subject: [PATCH] update readme: add status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 295036c..28fa44e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ C Crypsi (https://github.com/telkomdev/c-crypsi) PostgreSQL Extension +[![pgcrypsi CI](https://github.com/telkomdev/pgcrypsi/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/telkomdev/pgcrypsi/actions/workflows/ci.yml) + ## Motivation/ Why ? Why not `pgcrypto` ?. At the time this plugin was created, `pgcrypto` did not support `AES GCM` yet. So this plugin is made to fulfill `AES GCM` encryption needs.