golang sql database drivers

向安福
2023-12-01

https://github.com/golang/go/wiki/SQLDrivers

 

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

转载于:https://www.cnblogs.com/majianguo/p/6705771.html

 类似资料:

相关阅读

相关文章

相关问答