golang/go

wiki: SQLDrivers test drivers regularly

Open

#67,200 opened on May 6, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
DocumentationNeedsDecisionhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Drivers marked with [*] are both included in and pass the compatibility test suite

https://go.dev/wiki/SQLDrivers

The list of drivers tested has not been updated in years:

https://github.com/bradfitz/go-sql-test/blob/master/src/sqltest/drivers.go


I suggest you:

a) update the drivers to be tested and the update the wiki page afterward (and update it periodically) b) remove the mention of the compatibility test suite c) state that the compatibility test was done in 2019 (5 years ago)

Contributor guide