You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think there is a reason not to implement this as a DBConnection. I've done a little bit of research into this, and there is some prior art for using the Erlang :odbc module in a module conforming to the DBConnection behaviour.
I'd definitely be interested in seeing any attempts you make towards implementing this behaviour!
We borrowed from snowflex and a MSSQL driver to get started on snowpack. Parsing params and results from/to Elixir types is where we have spent a decent effort.
We are working on the tests now to get them to an acceptable level before publishing to hex.
Has there been any consideration on updating this to implement the DBConnection behavior that official adapters like Postregx do?
https://github.com/elixir-ecto/db_connection
Is there a reason NOT to implement the DBConnection behavior?
Would you be open to a pull request with this major refactor?
The text was updated successfully, but these errors were encountered: