Skip to content

Drivers

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

2 results found

  1. official Dart driver

    We use mongo in weebi Dart / Flutter application.
    We would be eternally grateful if you could implement an official Dart Driver,
    There is already an unofficial mongo dart repo :
    https://github.com/mongo-dart
    The specific feature we need is Ejson
    https://github.com/mongo-dart/bson/issues/29

    Thank you for building a great tool

    113 votes
  2. Kotlin Driver - Allow querying nested properties via data classes

    In the Kotlin driver extensions, we can use data class KProperties to create Filters. For example given these models as data classes:

    data class Movie(val movieName: String, releaseDate: LocalDate, rating: String)

    data class MovieReview(val movie: Movie, val rating: Double, val review: String, val reviewerName: String)

    If I wanted to query a movie review by its rating I could simply write:

    MovieReview::rating gte .8

    but if I wanted to query a MovieReview by the movie name I cannot currently do:

    MovieReview::movie.movieName eq "Mobile Suit Gundam: Char's Counterattack"

    I believe KMongo has the ability to do this by overloading the / operator…

    1 vote
    declined  ·  2 comments  ·  Unspecified  ·  Admin →
  • Don't see your idea?

Drivers

Categories

Feedback and Knowledge Base