From ed4836e31d3e9e77420e442ed9b864df55370ee0 Mon Sep 17 00:00:00 2001 From: gedi Date: Thu, 9 Jul 2015 09:21:36 +0300 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e86475..6b0769a 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,8 @@ rs := sqlmock.ExpectPrepare(). Visit [godoc](http://godoc.org/github.com/DATA-DOG/go-sqlmock) See **.travis.yml** for supported **go** versions +Different use case, is to functionally test with a real database - [go-txdb](https://github.com/DATA-DOG/go-txdb) +all database related actions are isolated within a single transaction so the database can remain in the same state. ## Changes