|
2 | 2 |
|
3 | 3 | > :1234: 数据库经验总结 |
4 | 4 | > |
5 | | -> - :repeat: 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/) |
6 | | -> - :book: 电子书阅读:[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/) |
| 5 | +> - 🔁 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/) |
| 6 | +> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/) |
7 | 7 |
|
8 | 8 | ## :memo: 知识点 |
9 | 9 |
|
10 | | -- :one: [关系型数据库](docs/sql/README.md) |
| 10 | +- 1️⃣ [关系型数据库](docs/sql/README.md) |
11 | 11 | - [关系型数据库面试题](docs/sql/sql-interview.md) |
12 | 12 | - [关系型数据库基本原理](docs/sql/sql-theory.md) |
13 | 13 | - [SQL 基本语法](docs/sql/sql-grammar.md) |
14 | 14 | - [H2 快速指南](docs/sql/h2.md) |
15 | 15 | - [SqLite 快速指南](docs/sql/sqlite.md) |
16 | 16 | - [PostgreSQL 快速指南](docs/sql/postgresql.md) |
17 | 17 | - [数据库中间件 flyway](docs/sql/middleware/flyway.md) |
18 | | -- :two: [Nosql](docs/nosql/README.md) |
19 | | -- :three: [Mysql](docs/sql/mysql/README.md) |
| 18 | +- 2️⃣ [Nosql](docs/nosql/README.md) |
| 19 | +- 3️⃣ [Mysql](docs/sql/mysql/README.md) |
20 | 20 | - [Mysql 命令](docs/sql/mysql/mysql-cli.md) |
21 | 21 | - [Mysql 维护](docs/sql/mysql/mysql-ops.md) |
22 | 22 | - [Mysql 原理](docs/sql/mysql/mysql-theory.md) |
23 | | -- :four: [Redis](docs/nosql/redis/README.md) |
| 23 | +- 4️⃣ [Redis](docs/nosql/redis/README.md) |
24 | 24 | - [Redis 快速入门](docs/nosql/redis/redis.md) |
25 | 25 | - [Redis 持久化](docs/nosql/redis/redis-persistence.md) |
26 | 26 | - [Redis 复制](docs/nosql/redis/redis-replication.md) |
|
0 commit comments