removed all the footers; formated all the files
This commit is contained in:
13
5.3.md
13
5.3.md
@@ -13,7 +13,7 @@ Go支持sqlite的驱动也比较多,但是好多都是不支持database/sql接
|
||||
|
||||
## 实例代码
|
||||
示例的数据库表结构如下所示,相应的建表SQL:
|
||||
|
||||
|
||||
CREATE TABLE `userinfo` (
|
||||
`uid` INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
`username` VARCHAR(64) NULL,
|
||||
@@ -110,10 +110,7 @@ Go支持sqlite的驱动也比较多,但是好多都是不支持database/sql接
|
||||
|
||||
>可以方便的新建数据库管理。
|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [使用MySQL数据库](<5.2.md>)
|
||||
* 下一节: [使用PostgreSQL数据库](<5.4.md>)
|
||||
|
||||
## LastModified
|
||||
* $Id$
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [使用MySQL数据库](<5.2.md>)
|
||||
* 下一节: [使用PostgreSQL数据库](<5.4.md>)
|
||||
|
||||
Reference in New Issue
Block a user