Registry / database / gf-third-mysql

gf-third-mysql

JSON →
library1.4.2gogounverified

Package mysql provides a MySQL driver for Go's database/sql package.

go get github.com/gf-third/mysql
INSTALL
IMPORT
SIG · GF-THIRD-MYSQL
G
gf-third-mysql
databasegov1.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mysql
github.com/gf-third/mysql

Opens a MySQL database connection using the driver.

package main import ( "database/sql" _ "github.com/gf-third/mysql" ) func main() { db, _ := sql.Open("mysql", "user:password@tcp(127.0.0.1:3306)/dbname") defer db.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gf-third-mysql — go get gf-third-mysql · libregistry