proxy.golang.org : github.com/rickb777/where : v0.7.0
Package where provides composable expressions for WHERE and HAVING clauses in SQL. These can range from the very simplest no-op to complex nested trees of 'and' and 'or' conditions. Also in this package are query constraints to provide 'ORDER BY', 'LIMIT' and 'OFFSET' clauses. These are similar to 'WHERE' clauses except literal values are used instead of parameter placeholders.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/rickb777/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/benmoss/matchers v0.0.0-20181101202349-c279145bd967
- github.com/juju/loggo v0.0.0-20180524022052-584905176618
- github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073
- github.com/kr/pretty v0.1.0
- github.com/onsi/ginkgo v1.7.0
- github.com/onsi/gomega v1.5.0
- github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518
- golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3
- golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
- golang.org/x/sys v0.0.0-20190204203706-41f3e6584952
- golang.org/x/text v0.3.2
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
- gopkg.in/yaml.v2 v2.2.2