Skip to content

Releases: arsham/dbtools

v0.5.0: Add support for pointer to retry.StopError

03 Feb 21:43
4973b19
Compare
Choose a tag to compare

Misc

  • Support for pointer to retry.StopError

Add support for pgxpool

16 Aug 10:20
e5a0793
Compare
Choose a tag to compare

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

16 Aug 10:18
cd2b6e4
Compare
Choose a tag to compare

Handle

  • Handle function panics

Add db helpers

16 Aug 10:18
148d494
Compare
Choose a tag to compare

Added

  • Add db helpers and rename the repo to dbtools

Add mocha report and update README.md file

16 Aug 10:17
ac99dc5
Compare
Choose a tag to compare

Added

  • Add mocha report and update README.md file

Add ValueRecorder and OkValue

16 Aug 10:17
fd00013
Compare
Choose a tag to compare

Added

  • Add ValueRecorder and OkValue

Initial

  • Initial commit