Python - Connecting to JDBC

26,951

It depends whether you want to use CPython or Jython. For Jython, I would suggest for less complicated cases to use more simple tools.

Share:
26,951
Greg
Author by

Greg

I'm an avid programmer, web developer and electronics enthusiast. Here's my gift to Python hackers. And you can see everything I'm up to here.

Updated on March 22, 2020

Comments

  • Greg
    Greg about 4 years

    I found this library, JayDeBeApi which says it will let me connect to JDBC.

    Does anyone know if how reliable it is, or if there's a better way to connect?

    If not, I'm having trouble setting up JayDeBeAPI. The instructions say to run some Python code to set up JPype but I'm not clear if I need to do that in the same script before calling the connection code, or is it some kind of server I need to leave running?