summaryrefslogtreecommitdiff
path: root/devel/go-sql-driver/pkg-descr
blob: 311879cd034dbbfc4be5ce3d66924d449b9e1ab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Go-MySQL-Driver is a lightweight and fast MySQL-Driver for Go's
(golang) 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

WWW: https://github.com/go-sql-driver/mysql/