Skip to main content

Use JDBC drivers to provide DB API 2.0 python database interface

Project description

PyJdbc

pyjdbc provides a db api 2.0 compliant interface around any JDBC driver.

pyjdbc is used by various other projects as the basis for their jdbc compatibility interface.

Features

  • wrap jdbc DriverManager functionality
  • custom exception handlers to deliver better python-like exceptions and avoiding java stack traces whenever possible.
  • provide basic Cursor, DictoCursor, Connection classes
  • provide basic TypeConversion classes for common jdbc to python cases.
  • interface for handling and validating jdbc arguments and formatting connection strings
  • registry to support downloading and managing drivers locally.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjdbc-0.2.2.tar.gz (26.2 kB view hashes)

Uploaded Source

Built Distribution

pyjdbc-0.2.2-py3-none-any.whl (27.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page