aboutsummaryrefslogtreecommitdiff
path: root/devel/go-sql-driver
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last @comment $FreeBSD$ from plists.Mathieu Arnold2014-04-241-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=352016
* - Actually finish the previous commitRyan Steinmetz2014-03-051-2/+2
| | | | Notes: svn path=/head/; revision=347152
* - Simplify DISTNAME/MASTER_SITESRyan Steinmetz2014-02-271-5/+3
| | | | Notes: svn path=/head/; revision=346343
* - Pass MAINTAINER to lattera@gmail.comRyan Steinmetz2014-02-261-1/+1
| | | | Notes: svn path=/head/; revision=346215
* New port: devel/go-sql-driver:Ryan Steinmetz2014-02-264-0/+75
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/ Notes: svn path=/head/; revision=346214