Skip to content

Commit bfc802a

Browse files
committed
轉簡體字
1 parent 61afa2e commit bfc802a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ebook/05.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Go没有内置的驱动支持任何的数据库,但是Go定义了database/sql
55

66
目前NOSQL已经成为Web开发的一个潮流,很多应用采用了NOSQL作为数据库,而不是以前的缓存,5.6小节将介绍MongoDB和Redis两种NOSQL数据库。
77

8-
>[Go database/sql tutorial](http://go-database-sql.org/)裡提供了慣用的範例及詳細的說明
8+
>[Go database/sql tutorial](http://go-database-sql.org/) 裡提供了惯用的范例及详细的说明
99
1010
## 目录
1111
![](images/navi5.png?raw=true)

ebook/05.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
通过这一章的学习,我们学会了如何操作各种数据库,那么就解决了我们数据存储的问题,这是Web里面最重要的一部分,所以希望大家能够深入的去了解database/sql的设计思想。
55

6-
>[Go database/sql tutorial](http://go-database-sql.org/)裡提供了慣用的範例及詳細的說明
6+
>[Go database/sql tutorial](http://go-database-sql.org/) 裡提供了惯用的范例及详细的说明
77
88
## links
99
* [目录](<preface.md>)

0 commit comments

Comments
 (0)