Files
build-web-application-with-…/5.md
2012-09-07 21:10:00 +08:00

19 lines
666 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#5 访问数据库
对许多Web应用程序而言数据库都是其核心所在。数据库几乎可以用来存储你想查询和修改的任何信息比如用户信息、产品目录或者新闻列表等。
## 目录
* 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)
* 7. [小结](5.7.md)
## links
* [目录](<preface.md>)
* 上一章: [第四章总结](<4.6.md>)
* 下一节: [database/sql接口](<5.1.md>)
## LastModified
* $Id$