{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"},{"label":"Database","url":"https://skillfed.io/packages/category/database"}],"enrichment":{"capability":"JayDeBeApi bridges Python to Java JDBC database drivers, providing a DB-API v2.0-compliant interface for accessing databases from cPython (via JPype1) or Jython.","skillfed_tags":["jdbc-bridge","java-interop","db-api"],"use_cases":["Access enterprise databases (Oracle, DB2, Teradata) from Python when native Python drivers are unavailable or when you need JDBC-specific functionality.","Write database code that runs on both cPython and Jython without significant modification, leveraging Java's cross-platform JDBC ecosystem.","Connect to specialized or legacy databases with JDBC drivers but no Python DB-API adapter, using a standard Python interface.","Integrate Python data processing scripts with Java-based data warehouse or analytics platforms that expose JDBC connections.","Build hybrid Python-Java applications where database access must be consistent across both runtime environments."],"what_it_does":"JayDeBeApi is a Python-to-Java bridge that lets you use JDBC database drivers from Python code as if they were native Python database libraries. It implements the DB-API v2.0 standard, so you can write database code that looks familiar to Python developers while leveraging the broad ecosystem of JDBC drivers that support databases like Oracle, DB2, SQL Server, PostgreSQL, MySQL, and many others. The package works on both cPython (using JPype1 to call Java) and Jython (which runs on the Java Virtual Machine natively), allowing you to use the same code across both Python implementations with minimal changes.\n\nThe core workflow is straightforward: you call `jaydebeapi.connect()` with a JDBC driver class name, connection URL, credentials, and optionally the path to the driver JAR file. This returns a standard DB-API connection object with cursor support for executing SQL and fetching results. The package handles type conversion between Java and Python, supports context managers (the `with` statement), and raises DB-API-compliant exceptions. However, it requires a working Java environment and proper JPype1 setup, and the project is no longer actively maintained\u2014the last release was in June 2020.","worth_installing":"Yes, with conditions. Install if you need to access a JDBC-only database from Python and have no alternative DB-API driver, or if you must support both cPython and Jython with shared code. The low install friction and zero known vulnerabilities are positive. However, dormant maintenance (no updates since 2020) and the requirement for a properly configured Java environment and JPype1 are significant constraints. Verify that JPype1 compatibility matches your Python and Java versions before committing."},"id":"jaydebeapi","links":{"html":"https://skillfed.io/packages/jaydebeapi","md":"https://skillfed.io/packages/jaydebeapi.md","pypi":"https://pypi.org/project/jaydebeapi/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-06-12","license_spdx":null,"license_treatment":"copyleft","name":"JayDeBeApi","python_support":"unspecified","summary":"Use JDBC database drivers from Python 2/3 or Jython with a DB-API."},"popularity":{"monthly_downloads":17560588,"position":1112,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.2.3"}
