Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Aug 19, 2023
1 parent d431cfb commit 5aa8e60
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ there is also some [user documentation](http://jmoiron.github.io/sqlx/) that
explains how to use `database/sql` along with sqlx.

## Recent Changes
v1.6.0:
- change package name from `github.com/jmoiron/sqlx` to `github.com/bitbus/sqlx`

1.5.0
v1.5.0:
- 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`

1.3.0:
v1.4.0:
- just format and pretty some code
- set minium support go version to go1.18+ in go.mod

v1.3.0:

* `sqlx.DB.Connx(context.Context) *sqlx.Conn`
* `sqlx.BindDriver(driverName, bindType)`
Expand Down

0 comments on commit 5aa8e60

Please sign in to comment.