[ 原始碼: golang-github-go-sql-driver-mysql ]
套件:golang-github-go-sql-driver-mysql-dev(1.4.1-1)
golang-github-go-sql-driver-mysql-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-go-sql-driver-mysql:
- [golang-github-go-sql-driver-mysql_1.4.1-1.dsc]
- [golang-github-go-sql-driver-mysql_1.4.1.orig.tar.gz]
- [golang-github-go-sql-driver-mysql_1.4.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
MySQL-Driver for Go's database/sql package
Features:
- Lightweight and fast - Native Go implementation. No C-bindings, just pure Go - Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets - Automatic handling of broken connections - Automatic Connection Pooling (by database/sql package) - Supports queries larger than 16MB - Full sql.RawBytes support. - Intelligent LONG DATA handling in prepared statements - Secure LOAD DATA LOCAL INFILE support with file Whitelisting and io.Reader support - Optional time.Time parsing - Optional placeholder interpolation