We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d431cfb commit 5aa8e60Copy full SHA for 5aa8e60
README.md
@@ -19,13 +19,19 @@ there is also some [user documentation](http://jmoiron.github.io/sqlx/) that
19
explains how to use `database/sql` along with sqlx.
20
21
## Recent Changes
22
+v1.6.0:
23
+- change package name from `github.com/jmoiron/sqlx` to `github.com/bitbus/sqlx`
24
-1.5.0
25
+v1.5.0:
26
- add `With/WithTx/Withx/WithTxx` function for `Conn`/`DB`
27
- add `InExec/MustInExec/InGet/InSelect` help function
28
- add `InExec/MustInExec/InGet/InSelect` method for `DB`/`Tx`
29
-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:
35
36
* `sqlx.DB.Connx(context.Context) *sqlx.Conn`
37
* `sqlx.BindDriver(driverName, bindType)`
0 commit comments