Skip to content

Commit aaf19df

Browse files
Merge pull request #7 from laironacosta/develop
Develop
2 parents ed19183 + 9c81040 commit aaf19df

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)