mongodb_ecto icon indicating copy to clipboard operation
mongodb_ecto copied to clipboard

Mongo v6 support and/or mongodb_driver

Open Tuxified opened this issue 1 year ago • 1 comments
trafficstars

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

Tuxified avatar May 07 '24 12:05 Tuxified

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!

scottmessinger avatar May 09 '24 01:05 scottmessinger

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

mweidner037 avatar Oct 29 '24 16:10 mweidner037