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
Deprecation warning due to invalid escape sequences in Python 3.8 #129
Open
tirkarthi opened 4 years ago
Using raw strings or escaping them will fix the issue.