Skip to content

Commit 5aa8e60

Browse files
committed
update README.md
1 parent d431cfb commit 5aa8e60

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,19 @@ there is also some [user documentation](http://jmoiron.github.io/sqlx/) that
1919
explains how to use `database/sql` along with sqlx.
2020

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

23-
1.5.0
25+
v1.5.0:
2426
- add `With/WithTx/Withx/WithTxx` function for `Conn`/`DB`
2527
- add `InExec/MustInExec/InGet/InSelect` help function
2628
- add `InExec/MustInExec/InGet/InSelect` method for `DB`/`Tx`
2729

28-
1.3.0:
30+
v1.4.0:
31+
- just format and pretty some code
32+
- set minium support go version to go1.18+ in go.mod
33+
34+
v1.3.0:
2935

3036
* `sqlx.DB.Connx(context.Context) *sqlx.Conn`
3137
* `sqlx.BindDriver(driverName, bindType)`

0 commit comments

Comments
 (0)