An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/jjeffery/sqlstmt

Package sqlstmt aims to make it easy to construct and execute SQL statements for common scenarios. Supported scenarios include: This package is intended for programmers who are comfortable with writing SQL, but would like assistance with the sometimes tedious process of preparing SELECT, INSERT, UPDATE and DELETE statements for tables that have a large number of columns. This package is designed to work seamlessly with the standard library "database/sql" package. It does not provide any layer on top of *sql.DB or *sql.Tx. If the calling program has a need to execute queries independently of this package, it can use "database/sql" directly, or make use of any other third party package that uses "database/sql". More information about this package can be found at https://github.com/jjeffery/sqlstmt.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/jjeffery/sqlstmt
License: MIT
Latest release: almost 9 years ago
First release: almost 9 years ago
Namespace: github.com/jjeffery
Last synced: 29 days ago

    Loading...
    Readme
    Loading...