1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-04-23 11:58:47 +02:00

update readme

This commit is contained in:
gedi 2015-07-09 09:21:36 +03:00
parent f900b6ec8a
commit ed4836e31d

View File

@ -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