Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`.