proxy.golang.org : github.com/Pheethy/sqlx : v0.0.0-20231210053311-8977b9b4511f
Package sqlx provides general purpose extensions to database/sql. It is intended to seamlessly wrap database/sql and provide convenience methods which are useful in the development of database driven applications. None of the underlying database/sql methods are changed. Instead all extended behavior is implemented through new methods defined on wrapper types. Additions include scanning into structs, named query support, rebinding queries for different drivers, convenient shorthands for common error handling and more.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/%21pheethy/[email protected]
Published:
Indexed:
- github.com/BlackMocca/sqlx v1.0.0
- github.com/go-sql-driver/mysql v1.7.1
- github.com/lib/pq v1.10.9
- github.com/mattn/go-sqlite3 v1.14.18