mirror of https://github.com/dunwu/db-tutorial.git
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# 数据库教程
|
|
|
|
> :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/)
|
|
|
|
## :memo: 知识点
|
|
|
|
- :one: [关系型数据库](docs/sql/README.md)
|
|
- [关系型数据库面试题](docs/sql/sql-interview.md)
|
|
- [关系型数据库基本原理](docs/sql/sql-theory.md)
|
|
- [SQL 基本语法](docs/sql/sql-grammar.md)
|
|
- [H2 快速指南](docs/sql/h2.md)
|
|
- [SqLite 快速指南](docs/sql/sqlite.md)
|
|
- [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)
|
|
- [Mysql 维护](docs/sql/mysql/mysql-ops.md)
|
|
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
|
|
- :four: [Redis](docs/nosql/redis/README.md)
|
|
- [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)
|
|
|
|
## :door: 传送门
|
|
|
|
| [技术文档归档](https://github.com/dunwu/blog) | [数据库教程系列](https://github.com/dunwu/db-tutorial/codes) |
|