rafafrdz / criteria4s

Criteria4s is a simple domain-specific language (DSL) to define criteria and predicate expressions for any data stores by using Scala type class mechanisms in a type-safe way. It pretends to be agnostic to any data store, and it is extensible to support any kind of data stores.
Apache License 2.0
19 stars 2 forks source link

Add support for unary NOT predicate #22

Open mark-kar opened 2 weeks ago

mark-kar commented 2 weeks ago

Also write its interpretation for existing datastores