From 0d4dfeacecc52ef33062db03151be3b971cf5037 Mon Sep 17 00:00:00 2001 From: Shashwat Agarwal Date: Tue, 5 Mar 2024 16:37:56 +0530 Subject: [PATCH] Added name and description to the pom --- pom.xml | 1 + r2dbi-core/pom.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index f52fd7a..d41b444 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ A JDBI like client for R2DBC https://github.com/udaan-com/r2dbi + A JDBI like client for R2DBC which allows developers to use declarative syntax to execute queries and map their results diff --git a/r2dbi-core/pom.xml b/r2dbi-core/pom.xml index 97e99ed..245ea1f 100644 --- a/r2dbi-core/pom.xml +++ b/r2dbi-core/pom.xml @@ -27,6 +27,8 @@ r2dbi-core 1.0.1.ALPHA-SNAPSHOT jar + R2DBI Core + A JDBI like client for R2DBC which allows developers to use declarative syntax to execute queries and map their results