golang-github-go-sql-driver-mysql-dev

Mysql-driver for go's database/sql package
  https://github.com/go-sql-driver/mysql
  0
  no reviews



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