proxy.golang.org : github.com/carbocation/sqlx
Package sqlx provides general purpose extensions to database/sql. sqlx 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. sqlx adds struct scanning, named queries, query rebinding between drivers, convenient shorthand for common error handling, from-file query execution, and more.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/carbocation/sqlx
License: MIT
Latest release: about 11 years ago
First release: about 11 years ago
Namespace: github.com/carbocation
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago