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
- Host: GitHub
- URL: https://github.com/bouk/txdriver
- Owner: bouk
- License: mit
- Created: 2020-10-26T14:47:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T10:56:15.000Z (over 5 years ago)
- Last Synced: 2025-01-23T01:11:24.257Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)