From e3b421425d7ad190b7685e1a7c4e8b782e9b5c44 Mon Sep 17 00:00:00 2001 From: gedi Date: Thu, 9 Jul 2015 09:12:28 +0300 Subject: [PATCH] add single transaction based sql driver project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c0b84dc..392e7869 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,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