CREATE TABLE `test` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) DEFAULT '',
`uid` int(10) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;
CREATE TABLE `test_attr` (
`id` int(10) DEFAULT '0',
`content` text,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-
Notifications
You must be signed in to change notification settings - Fork 0
phpip/go-sql-driver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
golang mysql 数据库连接,多实例连接,插入、查询、删除、更新 封装,操作更简单
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published