From 6957a325fe228e14e3bd0deac207e9fb58d4508f Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Thu, 1 Jul 2021 01:18:50 +0200 Subject: [PATCH] Add Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31ba1c2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +PostgresJson +============ +_Kotlin library to request postgres with native SQL queries and return JSON_ + +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=alert_status)](https://sonarcloud.io/dashboard?id=postgres-json) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=coverage)](https://sonarcloud.io/dashboard?id=postgres-json) +[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=ncloc)](https://sonarcloud.io/dashboard?id=postgres-json)