testdb
testdb allows you to spin up temporary databases for testing purposes. Each
instance uses a separate databases which is dropped when the database is closed.
For documentation, check godoc.
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
.travis.yml | ||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
testdb.go | ||
|
|
testdb_test.go | ||
testdb allows you to spin up temporary databases for testing purposes. Each
instance uses a separate databases which is dropped when the database is closed.
For documentation, check godoc.