[ ソース: 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