golang/go

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

Open

#19,886 建立於 2017年4月8日

在 GitHub 查看
 (7 留言) (2 反應) (0 負責人)Go (19,008 fork)batch import
Testinghelp wanted

倉庫指標

Star
 (133,883 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南