This commit is contained in:
sherlockforrest
2023-06-20 09:22:53 +08:00
commit bf2ed2e31f
621 changed files with 271599 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
## 关系型数据入门
### 关系型数据概述
1. 数据持久化。
2. 数据库发展史。
3. 关系型数据库特点。
4. E-R图。
5. 关系型数据库产品。
### MySQL简介
1. 安装和配置。
2. 常用命令。
### SQL详解
1. DDL
2. DML
3. DQL
### Python数据库编程
1. MySQLdb
2. PyMySQL
### ORM概述