forked from Superego-CodeEngineer/GoGetit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Superego-CodeEngineer#20 数据库领域:完成项目基本架构与目录建设
- Loading branch information
Showing
2 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Go - 数据库 | ||
|
||
## 一、 Go - 操作数据库 | ||
|
||
### 1、关系型数据库(类MySQL) | ||
|
||
### 2、KV数据库(类Redis) | ||
|
||
### 3、文档数据库(MongoDB) | ||
|
||
### 4、列存储数据库(Hbase) | ||
|
||
### 5、图数据库(Neo4j) | ||
|
||
## 二、 Go - 驱动数据库 | ||
|
||
## 三、 Go - 实现数据库 | ||
|
||
### 1、关系型数据库 | ||
|
||
### 2、时序数据库 | ||
|
||
### 3、KV数据库 | ||
|
||
## 四、 Go - 辅助数据库 | ||
|