Skip to content

Releases: bitbus/sqlx

v1.8.1

21 Oct 04:46
Compare
Choose a tag to compare

v1.8.0

28 Aug 09:12
Compare
Choose a tag to compare

Added

  • add db package to contain some help function.

v1.7.0

24 Aug 00:00
Compare
Choose a tag to compare

Added

  • add Queryable interface.

v1.6.0

19 Aug 03:08
27868a6
Compare
Choose a tag to compare

Changed

  • change package name from github.com/jmoiron/sqlx to github.com/bitbus/sqlx

v1.5.0

19 Aug 02:47
f7daf07
Compare
Choose a tag to compare

Added

  • add With/WithTx/Withx/WithTxx function for Conn/DB
  • add InExec/MustInExec/InGet/InSelect help function
  • add InExec/MustInExec/InGet/InSelect method for DB/Tx