Litote / kmongo

[deprecated] KMongo - a Kotlin toolkit for Mongo
https://litote.org/kmongo/
Apache License 2.0
781 stars 74 forks source link

Use mongodb kotlin bson implementation #410

Closed mervyn-mccreight closed 1 year ago

mervyn-mccreight commented 1 year ago

I noticed there is a kbson implementation inside the mongodb organisation as well, seems like the latest version 0.2.0 is also released to maven central.

Maybe it's a good idea for KMongo to use this instead of the kbson implementation it uses currently, because the one in the mongodb organisation might be more "official"?

Link to the repository: https://github.com/mongodb/kbson

zigzago commented 1 year ago

There will be soon an official mongo driver for mongodb - stay tunned ;)