LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: teambob on October 29, 2024, 09:18:11

Title: JDBC to ODBC bridge using LWJGL
Post by: teambob on October 29, 2024, 09:18:11
Hi everyone,

I had a few weeks between contracts, so I wrote a JDBC to ODBC bridge using your library's ODBC binding.

You can check out the alpha release here: https://github.com/teambob/jdbc2odbc/releases/tag/v0.1-ALPHA

The biggest challenge was dealing with the different library names on Linux and Windows.

Cheers
Andrew