golang/go

database/sql: resurrect go-sql-test with modern container things

Open

#19,886 opened on Apr 8, 2017

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

Repository metrics

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

Description

https://github.com/bradfitz/go-sql-test was an effort to automate testing of database/sql against all of the out-of-tree database drivers.

Nowadays there are many more drivers: https://golang.org/wiki/SQLDrivers

But https://github.com/bradfitz/go-sql-test is old & neglected & broken. It predates Dockers (by about a year).

It should use containers and be runnable by anybody without a bunch of setup work.

Anybody have time to help?

/cc @kardianos

Contributor guide