mirror of https://github.com/dunwu/db-tutorial.git
7cf3464f43 | ||
---|---|---|
codes/sql | ||
docs | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
book.json | ||
index.html | ||
package.json | ||
yarn.lock |
README.md
db-notes
📚 个人的数据库学习笔记。
📝 内容
暂定计划为:完善所有本人使用过的 DB 的笔记:
关系型数据库
- Mysql
- Oracle
- H2
- Sqlite
非关系型数据库
- MongoDB
- Redis
📌 说明
本项目的文档按照 gitbook 规范编写,可以直接生成一个 gitbook 电子书站点。
如果想使用 gitbook 电子书,按以下步骤执行命令即可:
# 1. 安装 gitbook-cli
$ npm install -g gitbook-cli
# 2. 安装 gitbook 各种依赖插件
$ gitbook install
# 3. 启动本地的 gitbook 电子书站点
$ gitbook serve
启动成功后,访问 http://localhost:4000 即可看到电子书了。