Movatterモバイル変換


[0]ホーム

URL:


Go Wiki: 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 athttps://github.com/bradfitz/go-sql-test.Drivers marked with[**] pass the compatibility test suite but are not currently included in it.


This content is part of theGo Wiki.

go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp