Skip to content
/ txdriver Public

txdriver provides transaction isolation for Go SQL tests

License

Notifications You must be signed in to change notification settings

bouk/txdriver

Repository files navigation

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

About

txdriver provides transaction isolation for Go SQL tests

Resources

License

Stars

Watchers

Forks

Languages