Registry / testing / erikstmartin-go-testdb

erikstmartin-go-testdb

JSON →
library0.0.0-20160219214506-8d10e4a1bae5gogounverified

Package go-testdb provides a database driver for testing Go database interactions.

go get github.com/erikstmartin/go-testdb
INSTALL
IMPORT
SIG · ERIKSTMARTIN-GO-TE
E
erikstmartin-go-testdb
testinggov0.0.0-20160219214506-8d10e4a1bae5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

testdb
github.com/erikstmartin/go-testdb

Open a test database connection.

package main import ( "database/sql" "github.com/erikstmartin/go-testdb" ) func main() { db, _ := sql.Open("testdb", "") defer db.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160219214506-8d10e4a1bae5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
erikstmartin-go-testdb — go get erikstmartin-go-testdb · libregistry