Releases: arsham/dbtools
Releases · arsham/dbtools
v0.5.0: Add support for pointer to retry.StopError
Misc
- Support for pointer to retry.StopError
Add support for pgxpool
Added
- Add support for pgxpool
This release adds a struct for managing transaction. WithTransaction and RetryTransaction functions are deprecated in favour of Transaction struct. Retry function is also deprecated in favour of the retry library.
Handle function panics
Handle
- Handle function panics
Add db helpers
Added
- Add db helpers and rename the repo to dbtools
Add mocha report and update README.md file
Added
- Add mocha report and update README.md file
Add ValueRecorder and OkValue
Added
- Add ValueRecorder and OkValue
Initial
- Initial commit