elixir-mongo / mongodb_ecto

MongoDB adapter for Ecto
Apache License 2.0
374 stars 126 forks source link

Mongo v6 support and/or mongodb_driver #192

Closed Tuxified closed 3 weeks ago

Tuxified commented 6 months ago

Hi,

I came across https://hex.pm/packages/mongodb_driver which supports Mongo v6 and according to it's docs also supports mongodb_ecto package. However it seems like this package (mongodb_ecto) is using mongodb package for it's connection to Mongo. Is it possible to somehow switch out mondodb for mongodb_driver ?

Thanks in advance, Tonći

scottmessinger commented 6 months ago

That's the goal! We would love to switch over -- I just haven't reviewed the PR yet. It's #190. If you'd like, give that PR a try and let me know if it works! Definitely would welcome any help!

mweidner037 commented 3 weeks ago

Completed in https://github.com/elixir-mongo/mongodb_ecto/pull/190 . The CI now tests against MongoDB 5.0, 6.0, and 7.0.