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

Top 5.9% on proxy.golang.org

proxy.golang.org : github.com/defer-panic/dumbql

Package dumbql provides simple (dumb) query language and it's parser. The section below is a non-formal description of DumbQL syntax. Strict rules are expressed in grammar form: Field name & value pair divided by operator. Field name is any alphanumeric identifier (with underscore), value can be string, int64 or floa64. One-of expression is also supported (see below). for example Multiple field expression can be combined into boolean expressions with `and` (`AND`) or `or` (`OR`) operators: Sometimes instead of multiple `and`/`or` clauses against the same field: it's more convenient to use equivalent “one of” expressions: If number does not have digits after `.` it's treated as integer and stored as int64. And it's float64 otherwise. String is a sequence on Unicode characters surrounded by double quotes (`"`). In some cases like single word it's possible to write string value without double quotes.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/defer-panic/dumbql
License: MIT
Latest release: 4 months ago
First release: 4 months ago
Namespace: github.com/defer-panic
Last synced: 10 days ago

    Loading...
    Readme
    Loading...