Registry / database / siddontang-go-mysql

siddontang-go-mysql

JSON →
library1.15.0gogounverified

Package go-mysql is a MySQL client library for Go supporting replication and binlog parsing.

go get github.com/siddontang/go-mysql
INSTALL
IMPORT
SIG · SIDDONTANG-GO-MYSQ
S
siddontang-go-mysql
databasegov1.15.0
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/siddontang/go-mysql

Connect to a MySQL database using go-mysql.

package main import ( "fmt" "github.com/siddontang/go-mysql/client" ) func main() { conn, _ := client.Connect("127.0.0.1:3306", "root", "password", "test") defer conn.Close() fmt.Println("connected") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
2
Resources
siddontang-go-mysql — go get siddontang-go-mysql · libregistry