Merge pull request #490 from l3pp4rd/add-txdb

add single transaction based sql driver project
This commit is contained in:
Thiago Avelino 2015-07-21 23:32:10 -03:00
commit e82326c371

View File

@ -626,6 +626,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* Mock
* [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained mock objects
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database interactions
* [go-txdb](https://github.com/DATA-DOG/go-txdb) - Single transaction based database driver mainly for testing purposes.
* [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language.
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter