[ 源代码: golang-github-go-sql-driver-mysql ]
软件包:golang-github-go-sql-driver-mysql-dev(1.5.0-2)
golang-github-go-sql-driver-mysql-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-go-sql-driver-mysql:
- [golang-github-go-sql-driver-mysql_1.5.0-2.dsc]
- [golang-github-go-sql-driver-mysql_1.5.0.orig.tar.gz]
- [golang-github-go-sql-driver-mysql_1.5.0-2.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