From 691fb79e369b219645dd2293fbcab380e41a07eb Mon Sep 17 00:00:00 2001 From: Lairon Acosta Guardias Date: Fri, 2 Apr 2021 01:13:32 -0500 Subject: [PATCH] feat: updating readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e481e1..f04499e 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# db-go +# Database: Postgresql, Redis, etc. +This project shows the implementation of clients for postgresql, Redis and other databases in Golang. + +## Table of Contents + +- [Implementation](#implementation) + - [Postgresql](#postgresql) + - [Redis](#redis) + +## Implementation + +### Postgresql + +See the examples already implemented in the folder `/pgdb`. + +### Redis + +See the examples already implemented in the folder `/redisdb`. \ No newline at end of file