elixir-mongo / mongodb_ecto

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

Mongo v6 support and/or mongodb_driver #192

Open Tuxified opened 4 months ago

Tuxified commented 4 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 4 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!