An open API service indexing awesome lists of open source software.

https://github.com/bouk/txdriver

txdriver provides transaction isolation for Go SQL tests
https://github.com/bouk/txdriver

Last synced: over 1 year ago
JSON representation

txdriver provides transaction isolation for Go SQL tests

Awesome Lists containing this project

README

          

# txdriver

txdriver (pronounced: taxi driver) wraps a database connection in a transaction, so you can have clean database testing against a real database. Currently only works for MySQL.

## Alternatives

[go-txdb](https://github.com/DATA-DOG/go-txdb)