package
1.0.0-rc.5
Repository: https://github.com/beneath-hq/beneath.git
Documentation: pkg.go.dev

# Functions

JSONReaderToQuery is a wrapper for JSONToQuery.
JSONStringToQuery is a wrapper for JSONToQuery.
JSONToQuery creates a new query from parsed json.

# Constants

ConditionOpEq represents "_eq".
ConditionOpGt represents "_gt".
ConditionOpGte represents "_gte".
ConditionOpGteLt represents "_gte" and "_lt".
ConditionOpGteLte represents "_gte" and "_lte".
ConditionOpGtLt represents "_gt" and "_lt".
ConditionOpGtLte represents "_gt" and "_lte".
ConditionOpLt represents "_lt".
ConditionOpLte represents "_lte".
ConditionOpNil is the nil condition (should never materialize).
ConditionOpPrefix represents "_prefix".

# Structs

Condition represents a condition on a single field in a query.

# Type aliases

ConditionOp is an enum representing possible conditions on fields.
Query represents a parsed query.