MongoDB filter query builder for JSON-QL. Allows to apply filters with MongoDB standard (non-reactive) client.
To use this library please add it as your gradle/maven dependency with these remarks:
dependencies {
implementation 'com.lifeinide.jsonql:jsonql-mongo:VERSION'
}
Basically, the same as the JPA version.