Skip to content

SQLDrivers

Maxwell_ZT edited this page Jan 24, 2022 · 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 [*] are both included in and pass the compatibility test suite at https://github.com/bradfitz/go-sql-test. Drivers marked with [**] pass the compatibility test suite but are not currently included in it.

Clone this wiki locally