Skip to content

Commit 9c81040

Browse files
Merge pull request #6 from laironacosta/feature/update-readme
feat: updating readme
2 parents c2cb4e4 + 691fb79 commit 9c81040

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# db-go
1+
# Database: Postgresql, Redis, etc.
2+
This project shows the implementation of clients for postgresql, Redis and other databases in Golang.
3+
4+
## Table of Contents
5+
6+
- [Implementation](#implementation)
7+
- [Postgresql](#postgresql)
8+
- [Redis](#redis)
9+
10+
## Implementation
11+
12+
### Postgresql
13+
14+
See the examples already implemented in the folder `/pgdb`.
15+
16+
### Redis
17+
18+
See the examples already implemented in the folder `/redisdb`.

0 commit comments

Comments
 (0)