DB2/DRDA db_connection/ecto library

Hi!

I’m integrating with IBM DB2/DRDA and using the odbc driver works, sort of. I’m wondering if anybody has done any work to intergrate this more closely with Ecto, sort of what has been done with TDS (Microsoft SQL Server).

The connection protocol seems to be open (https://pubs.opengroup.org/onlinepubs/9699939399/toc.pdf) so it should be possible to make a native elixir ecto/erlang driver.

Thanks!

2 Likes