baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

Jpypes dbapi2 module instead of jaydebeapi #248

Open devkral opened 3 months ago

devkral commented 3 months ago

Jpype has now an own dbapi2 compatible jdbc module.

Wouldn't it be better to advertise it instead of jaydebeapi?

Many big projects have no python2 support anymore so the jython stuff becomes irrelevant. Even the newest pip would fail.