db-tutorial/README.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2019-05-09 20:11:42 +08:00
# 数据库教程
2020-02-25 22:35:18 +08:00
![license](https://badgen.net/github/license/dunwu/db-tutorial)
2020-02-11 20:23:28 +08:00
![build](https://api.travis-ci.com/dunwu/db-tutorial.svg?branch=master)
2020-02-29 22:32:57 +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
2020-01-15 23:21:02 +08:00
## 关系型数据库
2019-05-09 20:11:42 +08:00
2020-02-10 14:27:39 +08:00
> [关系型数据库](docs/sql) 整理主流关系型数据库知识点。
2020-01-15 23:21:02 +08:00
2020-03-05 22:20:39 +08:00
- [关系型数据库面试总结](docs/sql/sql-interview.md) 💯
2020-02-09 02:18:58 +08:00
- [SQL Cheat Sheet](docs/sql/sql-cheat-sheet.md)
2020-02-11 20:23:28 +08:00
- [Mysql](docs/sql/mysql) 📚
2020-03-05 22:20:39 +08:00
- [Mysql 基本原理](docs/sql/mysql/mysql-theory.md)
2020-02-29 22:32:57 +08:00
- [Mysql 索引](docs/sql/mysql/mysql-index.md)
- [Mysql 并发控制](docs/sql/mysql/mysql-concurrency-control.md)
- [Mysql 事务](docs/sql/mysql/mysql-transaction.md)
- [Mysql 优化](docs/sql/mysql/mysql-optimization.md)
2020-02-11 20:23:28 +08:00
- [Mysql 运维](docs/sql/mysql/mysql-ops.md) 🔨
2020-01-31 13:23:43 +08:00
- [Mysql 配置](docs/sql/mysql/mysql-config.md)
2020-02-10 14:27:39 +08:00
- [H2 入门指南](docs/sql/h2.md)
- [SqLite 入门指南](docs/sql/sqlite.md)
- [PostgreSQL 入门指南](docs/sql/postgresql.md)
2020-01-15 23:21:02 +08:00
## Nosql 数据库
2020-02-10 14:27:39 +08:00
> [Nosql 数据库](docs/nosql) 整理主流 Nosql 数据库知识点。
2020-01-15 23:21:02 +08:00
2020-02-09 02:18:58 +08:00
- [Nosql 技术选型](docs/nosql/nosql-selection.md)
2020-02-11 20:23:28 +08:00
- [Redis](docs/nosql/redis) 📚
2020-03-05 22:20:39 +08:00
- [Redis 面试总结](docs/nosql/redis/redis-interview.md) 💯
2020-02-11 20:23:28 +08:00
- [Redis 入门指南](docs/nosql/redis/redis-quickstart.md) ⚡
2020-03-05 22:20:39 +08:00
- [Redis 数据类型和应用](docs/nosql/redis/redis-datatype.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)
2020-02-26 23:05:48 +08:00
- [Redis 事务](docs/nosql/redis/redis-transaction.md)
- [Redis 发布与订阅](docs/nosql/redis/redis-pub-sub.md)
2020-02-11 20:23:28 +08:00
- [Redis 运维](docs/nosql/redis/redis-ops.md) 🔨
2020-02-09 02:18:58 +08:00
## 中间件
2020-02-10 14:27:39 +08:00
- [版本管理中间件 flyway](docs/middleware/flyway.md)
- [分库分表中间件 ShardingSphere](docs/middleware/shardingsphere.md)