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/weblazy/builder

Package builder is a simple and powerful sql builder for Go. Make sure you have installed Go 1.1+ and then: WARNNING: Currently, only query conditions are supported. Below is the supported conditions. 1. Eq is a redefine of a map, you can give one or more conditions to Eq 2. Neq is the same to Eq 3. Gt, Gte, Lt, Lte 4. Like 5. Expr you can customerize your sql with Expr 6. In and NotIn 7. IsNull and NotNull 8. And(conds ...Cond), And can connect one or more condtions via AND 9. Or(conds ...Cond), Or can connect one or more conditions via Or 10. Between 11. define yourself conditions Since Cond is a interface, you can define yourself conditions and compare with them

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/weblazy/builder
License: BSD-3-Clause
Latest release: about 5 years ago
First release: about 7 years ago
Namespace: github.com/weblazy
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago

    Loading...
    Readme
    Loading...