We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wiki: redirect everything to go.dev/wiki For #61940.
Updated SQLDrivers (markdown)
Update SQL Server Driver link with microsoft's authoritative fork
Add database/sql driver for AWS DynamoDB
Add DuckDB to the list of SQL Database drivers that support database/sql
sort the list
Adding databricks sql driver
fix godoc.org / pkg.go.dev links
Adding in SingleStore
Add SAP ASE pure go driver and adjust SAP ASE cgo driver
pgx was added to the compatibility test suite https://github.com/bradfitz/go-sql-test/commit/5fd08075ec021be1aec048b462a8962247fb216a
Add driver for Azure Cosmos DB
Append new driver for Apache H2 Database
fix ClickHouse links
Add a pure go driver for Oracle
Add Genji DB (pure Go, works with database/sql)
Stable announced here https://groups.google.com/d/msg/golang-nuts/rGv9h_vrIGk/Sc2el4cIBgAJ
rana/ora.v4 uses cgo per README
go-oci8 uses cgo
goracle was renamed to godror because of naming (trademark) issues and use github gor go get instead gopkg.in. Added uses cgo to godror