Registry / database / ziutek-mymysql

ziutek-mymysql

JSON →
library1.5.4gogounverified

A MySQL client library for Go with support for native protocol and prepared statements.

go get github.com/ziutek/mymysql
INSTALL
IMPORT
SIG · ZIUTEK-MYMYSQL
Z
ziutek-mymysql
databasegov1.5.4
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/ziutek/mymysql/mysql

Connects to a MySQL database using the native protocol.

package main import ( "github.com/ziutek/mymysql/mysql" _ "github.com/ziutek/mymysql/native" ) func main() { db := mysql.New("tcp", "", "127.0.0.1:3306", "user", "pass", "dbname") err := db.Connect() if err != nil { panic(err) } }
Debug
Known issues
breakingThis library is outdated; prefer using github.com/go-sql-driver/mysql.
fix
Switch to the standard MySQL driver for better performance and support.
affects: >=0.0.0
Upgrade
Version history
1.5.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
OpenAI (training)
1
Resources
ziutek-mymysql — go get ziutek-mymysql · libregistry