[https://github.com/eehsiao/sqlbuilder](https://github.com/eehsiao/sqlbuilder)
# sqlbuilder
`sqlbuilder` is a simple sql query string builder
sqlbuilder its recursive struct call, that you can easy to build sql string
ex: dao.Select().From(...阅读全文
2019-09-19 08:14:45
eehsiao
# go-models-mysql
`go-models-mysql` its lite and easy model.
## Features
* Field scanning has become easier since the original driver was extended.
Assumption: we have 5 fields to scan
```go
type Tb struct {
field0 sql.NullString,
field1 ...阅读全文
2019-09-19 08:12:39
eehsiao