From d613bc39ddee6353be2bd3472cbd1789251cd93c Mon Sep 17 00:00:00 2001 From: Konstantinos Despoinidis <63654361+KDesp73@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:23:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fb9a578..ad75b59 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ More soon to be added ## Example Usage ### Create your own connector +
+ ```java public class PostgresConnection implements DatabaseConnection{ @@ -46,6 +48,8 @@ public class PostgresConnection implements DatabaseConnection{ } ``` +
+ *See the library's DatabaseConnections for help* ### QueryBuilder