use generated interface
Some checks failed
dependabot-automerge / automerge (pull_request) Has been skipped
autoapprove / autoapprove (pull_request) Failing after 4s
automerge / automerge (pull_request) Failing after 4s
codeql / analyze (go) (pull_request) Failing after 6s
prbuild / test (pull_request) Failing after 5s
prbuild / lint (pull_request) Failing after 6s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-06-10 13:09:25 +03:00
parent 75f272cb84
commit dbce4a1d9e
13 changed files with 21263 additions and 233 deletions

6
go.mod
View File

@@ -1,5 +1,5 @@
module go.unistack.org/micro-wrapper-sql/v3
module go.unistack.org/micro-wrapper-sql/v4
go 1.16
go 1.19
require go.unistack.org/micro/v3 v3.10.14
require go.unistack.org/micro/v4 v4.0.3