db-tutorial/docs/README.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2019-05-09 20:44:35 +08:00
# 数据库教程
2019-03-02 22:11:43 +08:00
2019-07-02 21:29:24 +08:00
> :1234: 数据库经验总结
>
> - :repeat: 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/)
> - :book: 电子书阅读:[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/)
2019-03-02 22:11:43 +08:00
2019-07-02 12:05:43 +08:00
## 知识点
2019-03-02 22:11:43 +08:00
2019-05-09 20:44:35 +08:00
- :one: [关系型数据库](sql/README.md)
2019-07-02 12:05:43 +08:00
- [关系型数据库面试题](sql/sql-interview.md)
- [关系型数据库基本原理](sql/sql-theory.md)
- [SQL 基本语法](sql/sql-grammar.md)
2019-05-09 20:44:35 +08:00
- [H2 快速指南](sql/h2.md)
2019-07-02 12:05:43 +08:00
- [SqLite 快速指南](sql/sqlite.md)
2019-05-09 20:44:35 +08:00
- [PostgreSQL 快速指南](sql/postgresql.md)
- [数据库中间件 flyway](sql/middleware/flyway.md)
- :two: [Nosql](nosql/README.md)
- :three: [Mysql](sql/mysql/README.md)
- [Mysql 命令](sql/mysql/mysql-cli.md)
2019-07-24 11:54:24 +08:00
- [Mysql 维护](sql/mysql/mysql-ops.md)
2019-05-09 20:44:35 +08:00
- [Mysql 原理](sql/mysql/mysql-theory.md)
2019-08-20 17:40:45 +08:00
- :four: Redis
2019-08-21 13:18:42 +08:00
- [Redis 入门指南](nosql/redis/redis.md)
- [Redis 数据类型](nosql/redis/redis-data-type.md)
- [Redis 复制](nosql/redis/redis-replication.md)
- [Redis 哨兵](nosql/redis/redis-sentinel.md)
- [Redis 集群](nosql/redis/redis-cluster.md)
- [Redis 运维](nosql/redis/redis-ops.md)
2019-03-02 22:11:43 +08:00
2019-07-02 12:05:43 +08:00
## 传送门
2019-03-02 22:11:43 +08:00
2019-05-09 20:44:35 +08:00
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |