文件名称:golang-db:golang的数据库池助手
文件大小:4KB
文件格式:ZIP
更新时间:2024-02-24 04:42:23
mysql go redis pool db
golang数据库 用于golang的db pool helper,欢迎大家贡献代码,您的姓名将在CONTRIBUTORS中。 如何使用mysql pool helper 1去获取github.com/hopehook/golang-db/mysql 2去获取github.com/go-sql-driver/mysql 注意:请使用go-sql-driver版本> = 1.4 3个代码段 import "github.com/hopehook/golang-db/mysql" // get a mysql db pool as global variable DB := mysql . InitMySQLPool ( host , database , user , password , charset , maxOpenConns , maxIdleConns ) // use helper function data , err := DB . Query ( `select * from table limit 10` ) ... ... // use transacti
【文件预览】:
golang-db-master
----mysql()
--------mysql.go(7KB)
----.gitignore(7B)
----redis()
--------redis.go(4KB)
----README.md(964B)
----CONTRIBUTORS(383B)