0.2.0 • find(), basic filter and update operators¶
Drivers¶
DSL¶
- Create Expression (!2)
- Create Path and Field to refer to MongoDB fields using Kotlin variables (!3)
- Implement basic filter operators (!3)
- $and, $or, $not
- $eq, $ne, $in
- $exists, $type
- $gt, $gte, $lt, $lte
- $elemMatch, $all
- *notNull variants
- Implement basic update operators (!7)
- $set, $setOnInsert, $unset
- $inc
- $rename
BSON¶
- Mark all functions as @LowLevelApi (!2)
Dependencies¶
- Kotlin 2.0.20 (!5)
Browse the documentation for this version • View release in GitLab