Skip to content

Commit

Permalink
InsertBuilder, UpsertBuilder support write []byte (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Jul 10, 2024
1 parent ff26403 commit 29d77de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@

a tool of sql query builder, build sql for sql.DB, [sqlx](https://github.com/jmoiron/sqlx), [gorp](https://github.com/go-gorp/gorp),
or build condition sql for some orm framework, like [xorm](https://github.com/go-xorm/xorm), [gorm](https://github.com/go-gorm/gorm)....
while ignore building of nil and empty string

## Program feature:
* ignore building of nil and empty string

## Available field of struct:

* base: string, *bool, *int64, *float64, time.Time....
* json: struct, map, array, slice
* bytes: []byte

## Example

Expand Down

0 comments on commit 29d77de

Please sign in to comment.