Sqlp is a library which provides several features for database/sql
and only depend on the stdlib database/sql
.
- Compatible with go 1.16+
- Use raw sql via custom handlers when needed
- Make object-relational mapping easier to use
go mod:
go get github.com/valord577/sqlp
- See example
See the CHANGES for changes.
See the LICENSE for Rights and Limitations (MIT).