jpype-project / jpype

JPype is cross language bridge to allow Python programs full access to Java class libraries.
http://www.jpype.org
Apache License 2.0
1.12k stars 183 forks source link

Advertise dbapi2 module #1208

Open devkral opened 3 months ago

devkral commented 3 months ago

After weeks of hard work I managed to build a sqlalchemy integration

databasez

It is a wrapper around sqlalchemy engine for having a smoother interface and now a jdbc connection based on your dbapi2 module.

(Remark: you should really advertise the dbapi2 module more. People still fall for JayDeBeApi despite it didn't see improvements for 3 years)