Create an official Elixir driver
See https://github.com/elixir-lang/elixir and https://elixir-lang.org/
Thank you!
6
votes

-
Billy commented
We use Elixir at Knock Labs (https://knock.app/) and would also appreciate an officially supported MongoDB driver. We've been using `zookzook/elixir-mongodb-driver` in production for a couple years now so also advocate official support for that library.
-
Johnny commented
It would make sense for MongoDB to take over the zookzook driver on Github. In addition, what we really need is a good ORM equivalent to Mongoid on Ruby
-
Juan Antonio commented
I think this official driver could start from these drivers:
- https://github.com/zookzook/elixir-mongodb-driver
- https://github.com/kobil-systems/mongodb
Thanks.