v1.1.0
What's Changed
- feat(sqlbuilder): added
BuilderOption
by @cnlangzi in #1 - fix(bind): fixed sql.Scanner support by @cnlangzi in #2
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22 by @dependabot in #3
- feat(bind): added custom
Binder
support by @cnlangzi in #4 - Feat/statement by @cnlangzi in #6
- feat(db): added PreparedStmt support on Query/Exec by @cnlangzi in #7
- feat(stmt):added PreparedStmt support in Tx by @cnlangzi in #8
New Contributors
- @cnlangzi made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: v1.0.0...v1.1.0