📚 db-tutorial 是一个数据库教程。
 
 
 
 
 
 
Go to file
Zhang Peng 7cf3464f43 📝 Writing docs. 2018-01-11 13:48:58 +08:00
codes/sql 💡 添加 <sql 约束> 示例代码 2017-08-08 15:00:13 +08:00
docs 📝 Writing docs. 2018-01-11 13:48:58 +08:00
.editorconfig 📝 Writing docs. 2017-10-20 13:22:50 +08:00
.gitattributes 🎉 Initial git configuration files. 2017-08-08 14:39:24 +08:00
.gitignore 🎉 Initial git configuration files. 2017-08-08 14:39:24 +08:00
LICENSE Initial commit 2017-08-08 14:33:38 +08:00
README.md 🖊️ 修改作者信息 2017-10-20 09:12:54 +08:00
book.json 📝 Writing docs. 2017-10-20 13:22:50 +08:00
index.html 📝 Writing docs. 2017-10-20 13:22:50 +08:00
package.json 📝 Writing docs. 2017-10-20 13:22:50 +08:00
yarn.lock 📝 Writing docs. 2017-10-20 13:22:50 +08:00

README.md

db-notes

📚 个人的数据库学习笔记。

gitbook 线上阅读

📝 内容

暂定计划为:完善所有本人使用过的 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 即可看到电子书了。