Actually, I don't know how is the maintainer of ODBC. Now sure if there is one.�
As a comment, notice that OpenDBXDriver can also talk to ODBC backend. The thing here is that instead of doing:
Pharo -> ODBC
you are doing:
Pharo -> openDBX -> ODBC
OpenDBX author recommends to use ODBC directly or any of the other drivers when connecting when to a particular DB. But anyway, you could use OpenDBX with ODBC if you want. I didn't try myself so I cannot tell much. I know some people did it, but I think it was on Windows.�
Cheers,
�