Skip to content

Commit dbf1cd4

Browse files
committed
update docs
1 parent f87c7eb commit dbf1cd4

4 files changed

Lines changed: 354 additions & 56 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
> :1234: 数据库经验总结
44
>
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/)
77
88
## :memo: 知识点
99

10-
- :one: [关系型数据库](docs/sql/README.md)
10+
- 1️⃣ [关系型数据库](docs/sql/README.md)
1111
- [关系型数据库面试题](docs/sql/sql-interview.md)
1212
- [关系型数据库基本原理](docs/sql/sql-theory.md)
1313
- [SQL 基本语法](docs/sql/sql-grammar.md)
1414
- [H2 快速指南](docs/sql/h2.md)
1515
- [SqLite 快速指南](docs/sql/sqlite.md)
1616
- [PostgreSQL 快速指南](docs/sql/postgresql.md)
1717
- [数据库中间件 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)
2020
- [Mysql 命令](docs/sql/mysql/mysql-cli.md)
2121
- [Mysql 维护](docs/sql/mysql/mysql-ops.md)
2222
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
23-
- :four: [Redis](docs/nosql/redis/README.md)
23+
- 4️⃣ [Redis](docs/nosql/redis/README.md)
2424
- [Redis 快速入门](docs/nosql/redis/redis.md)
2525
- [Redis 持久化](docs/nosql/redis/redis-persistence.md)
2626
- [Redis 复制](docs/nosql/redis/redis-replication.md)

assets/eddx/redis.eddx

6.24 KB
Binary file not shown.

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
> :1234: 数据库经验总结
44
>
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/)
77
88
## 知识点
99

10-
- :one: [关系型数据库](sql/README.md)
10+
- 1️⃣ [关系型数据库](sql/README.md)
1111
- [关系型数据库面试题](sql/sql-interview.md)
1212
- [关系型数据库基本原理](sql/sql-theory.md)
1313
- [SQL 基本语法](sql/sql-grammar.md)
1414
- [H2 快速指南](sql/h2.md)
1515
- [SqLite 快速指南](sql/sqlite.md)
1616
- [PostgreSQL 快速指南](sql/postgresql.md)
1717
- [数据库中间件 flyway](sql/middleware/flyway.md)
18-
- :two: [Nosql](nosql/README.md)
19-
- :three: [Mysql](sql/mysql/README.md)
18+
- 2️⃣ [Nosql](nosql/README.md)
19+
- 3️⃣ [Mysql](sql/mysql/README.md)
2020
- [Mysql 命令](sql/mysql/mysql-cli.md)
2121
- [Mysql 维护](sql/mysql/mysql-ops.md)
2222
- [Mysql 原理](sql/mysql/mysql-theory.md)
23-
- :four: Redis
23+
- 4️⃣ Redis
2424
- [Redis 入门指南](nosql/redis/redis.md)
2525
- [Redis 持久化](nosql/redis/redis-persistence.md)
2626
- [Redis 复制](nosql/redis/redis-replication.md)

0 commit comments

Comments
 (0)