Skip to content

SQLDrivers

Igor Anić edited this page Feb 24, 2016 · 81 revisions

SQL database drivers

The database/sql and database/sql/driver packages are designed for using databases from Go and implementing database drivers, respectively.

See the design goals doc:

http://golang.org/src/pkg/database/sql/doc.txt

Drivers

Drivers for Go's sql package include:

Drivers marked with a [*] are both included in and pass the compatibility test suite at https://github.com/bradfitz/go-sql-test

Clone this wiki locally