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
16 stars 1 forks source link

Add Mongo expression interpreter #14

Open mark-kar opened 2 weeks ago

mark-kar commented 2 weeks ago

It will be nice to add support for mongoDb expressions. At least Postgres + real NoSql solution can be really beautiful example of using this algebra

rafafrdz commented 2 weeks ago

sure! do you want to try it? 😃

mark-kar commented 2 weeks ago

Yeah, I've already have some code, but at first I think it'll be better to finalize an algebra