lindem
MSSQL and Ecto3
I want to write an elixir application performing some ETL work on an SQL Server database (I can see how to do it with ecto, and other ways I can see doing it are harder).
I have found mssql_ecto which does not seem to work with ecto 3, and tds_ecto also seems to not be up to date (I am aware of a fork of ecto_sql but could not glean much from it). Are there any other things I can try to make it work that I have not seen yet?
Most Liked
kevn
dimitarvp
There are efforts which seem to be almost completed to bring MySQL up to speed. But not sure the core team would tackle MSSQL afterwards (or ever).
I personally think it could help Elixir’s adoption a lot.
al2o3cr
You might try reaching out to the author of this issue:
https://github.com/findmypast-oss/mssqlex/issues/22
to see if they need help / additional contributors.








