proxy.golang.org : github.com/qjebbs/go-sqls
Package sqls focuses only on bulding SQL queries by free combination of segments. Thus, it works naturally with all sql dialects without having to deal with the differences between them. Unlike any other sql builder or ORMs, Segment is the only concept you need to learn. Segment is the builder for a part of or even the full query, it allows you to write and combine segments with freedom. With the help of Segment, we pay attention only to the reference relationships inside the segment, for example, use "$1" to refer the first element of s.Args. The syntax of the segment is exactly the same as the syntax of the "database/sql", plus preprocessing functions support: Note:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/qjebbs/go-sqls
License: MIT
Latest release: over 1 year ago
First release: over 2 years ago
Namespace: github.com/qjebbs
Last synced: 8 days ago