removed all the footers; formated all the files

This commit is contained in:
Oling Cat
2012-11-01 16:10:44 +08:00
parent 77b8677ae0
commit c059171e15
73 changed files with 4576 additions and 4782 deletions

23
5.md
View File

@@ -5,19 +5,16 @@ Go没有内置的驱动支持任何的数据库但是Go定义了database/sql
目前NOSQL已经成为Web开发的一个潮流很多应用采用了NOSQL作为数据库而不是以前的缓存5.6小节将介绍MongoDB和Redis两种NOSQL数据库。
## 目录
* 1. [database/sql接口](5.1.md)
* 2. [使用MySQL数据库](5.2.md)
## 目录
* 1. [database/sql接口](5.1.md)
* 2. [使用MySQL数据库](5.2.md)
* 3. [使用SQLite数据库](5.3.md)
* 4. [使用PostgreSQL数据库](5.4.md)
* 5. [使用beedb库进行ORM开发](5.5.md)
* 6. [NOSQL数据库操作](5.6.md)
* 4. [使用PostgreSQL数据库](5.4.md)
* 5. [使用beedb库进行ORM开发](5.5.md)
* 6. [NOSQL数据库操作](5.6.md)
* 7. [小结](5.7.md)
## links
* [目录](<preface.md>)
* 上一章: [第四章总结](<4.6.md>)
* 下一节: [database/sql接口](<5.1.md>)
## LastModified
* $Id$
## links
* [目录](<preface.md>)
* 上一章: [第四章总结](<4.6.md>)
* 下一节: [database/sql接口](<5.1.md>)