# 数据库教程 > :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/) ## 知识点 - :one: [关系型数据库](sql/README.md) - [关系型数据库面试题](sql/sql-interview.md) - [关系型数据库基本原理](sql/sql-theory.md) - [SQL 基本语法](sql/sql-grammar.md) - [H2 快速指南](sql/h2.md) - [SqLite 快速指南](sql/sqlite.md) - [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) - [Mysql 维护](sql/mysql/mysql-ops.md) - [Mysql 原理](sql/mysql/mysql-theory.md) - :four: Redis - [Redis 入门指南](nosql/redis/redis.md) - [Redis 持久化](nosql/redis/redis-persistence.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) ## 传送门 | [我的 Github 博客](https://github.com/dunwu/blog) | [db-tutorial 首页](https://github.com/dunwu/db-tutorial) |