db-tutorial/README.md

33 lines
1.4 KiB
Markdown
Raw Normal View History

2019-05-09 20:11:42 +08:00
# 数据库教程
2019-07-02 21:29:24 +08:00
> :1234: 数据库经验总结
2019-05-09 20:44:35 +08:00
>
2019-07-02 21:29:24 +08:00
> - :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-05-09 20:44:35 +08:00
## :memo: 知识点
2019-05-09 20:11:42 +08:00
- :one: [关系型数据库](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)
- :two: [Nosql](docs/nosql/README.md)
- :three: [Mysql](docs/sql/mysql/README.md)
- [Mysql 命令](docs/sql/mysql/mysql-cli.md)
2019-07-24 11:54:24 +08:00
- [Mysql 维护](docs/sql/mysql/mysql-ops.md)
2019-05-09 20:11:42 +08:00
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
- :four: [Redis](docs/nosql/redis/README.md)
2019-08-21 13:18:42 +08:00
- [Redis 快速入门](docs/nosql/redis/redis.md)
- [Redis 数据类型](docs/nosql/redis/redis-data-type.md)
- [Redis 复制](docs/nosql/redis/redis-replication.md)
- [Redis 哨兵](docs/nosql/redis/redis-sentinel.md)
- [Redis 集群](docs/nosql/redis/redis-cluster.md)
2019-05-09 20:44:35 +08:00
## :door: 传送门
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |