mongoquery icon indicating copy to clipboard operation
mongoquery copied to clipboard

Scala MongoDB query builder

Results 3 mongoquery issues
Sort by recently updated
recently updated
newest added

For example, this would compile: ```scala case class Foo(s: String) mqt"{ $$set : { nonExistent : 'aaa'}}"[Foo] ``` But it shouldn't. Do you have any ideas on how we can...

Allows queries with ISODate keyword. This uses Java 8 datetime API.

I have written similar library for constructing queries based on string interpolator but yours have many interesting features. I think I'll use mix of the two with following features, I...