db-tutorial/README.md

30 lines
1.3 KiB
Markdown
Raw Normal View History

2019-05-09 20:11:42 +08:00
# 数据库教程
2020-01-14 23:56:55 +08:00
> 💾 **db-tutorial** 是一个数据库教程。
2019-05-09 20:44:35 +08:00
>
2019-10-10 18:20:37 +08:00
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/)
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/)
2019-05-09 20:44:35 +08:00
2019-11-27 13:39:01 +08:00
## 知识点
2019-05-09 20:11:42 +08:00
2019-10-10 18:20:37 +08:00
- 1⃣ [关系型数据库](docs/sql/README.md)
2019-07-02 12:05:43 +08:00
- [关系型数据库面试题](docs/sql/sql-interview.md)
- [关系型数据库基本原理](docs/sql/sql-theory.md)
- [SQL 基本语法](docs/sql/sql-grammar.md)
2019-05-09 20:11:42 +08:00
- [H2 快速指南](docs/sql/h2.md)
2019-07-02 12:05:43 +08:00
- [SqLite 快速指南](docs/sql/sqlite.md)
2019-05-09 20:11:42 +08:00
- [PostgreSQL 快速指南](docs/sql/postgresql.md)
- [数据库中间件 flyway](docs/sql/middleware/flyway.md)
2019-10-10 18:20:37 +08:00
- 2⃣ [Nosql](docs/nosql/README.md)
- 3⃣ [Mysql](docs/sql/mysql/README.md)
2019-05-09 20:11:42 +08:00
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
2019-11-27 13:39:01 +08:00
- [Mysql 维护](docs/sql/mysql/mysql-ops.md)
- [Mysql 配置](docs/sql/mysql/mysql-config.md)
2019-10-10 18:20:37 +08:00
- 4⃣ [Redis](docs/nosql/redis/README.md)
2019-08-21 13:18:42 +08:00
- [Redis 快速入门](docs/nosql/redis/redis.md)
2019-08-22 09:02:39 +08:00
- [Redis 持久化](docs/nosql/redis/redis-persistence.md)
2019-08-21 13:18:42 +08:00
- [Redis 复制](docs/nosql/redis/redis-replication.md)
- [Redis 哨兵](docs/nosql/redis/redis-sentinel.md)
- [Redis 集群](docs/nosql/redis/redis-cluster.md)
2019-08-22 09:02:39 +08:00
- [Redis 运维](docs/nosql/redis/redis-ops.md)