Skip to main content

Python SQLAlchemy Dialect for JDBCAPI.

Project description

JDBC Connection for SQLAlchemy.

The primary purpose of this dialect is provide JDBC connection using required driver.

Installation

Installing the dialect is straightforward.

python3 -m pip install git+https://github.com/daneshpatel/sqlalchemy-jdbcapi.git

Usage

PostgressSQL

Set an environment variable  `PG_JDBC_DRIVER_PATH`

from sqlalchemy import create_engine create_engine('jdbcapi+pgjdbc://{}:{}@{}/{}'.format(username, password, <ip:host>', <database name>))

Oracle

Set an environment variable `ORACLE_JDBC_DRIVER_PATH`

create_engine("jdbcapi+oraclejdbc://username:password@HOST:1521/Database") #GenericJDBCConnection Set an environment variable JDBC_DRIVER_PATH

Supported databases

In theory every database with a suitable JDBC driver should work.

  • SQLite
  • Hypersonic SQL (HSQLDB)
  • IBM DB2
  • IBM DB2 for mainframes
  • Oracle
  • Teradata DB
  • Netezza
  • Mimer DB
  • Microsoft SQL Server
  • MySQL
  • PostgreSQL
  • many more...

Contributing

Please submit bugs and patches <https://github.com/daneshpatel/sqlalchemy-jdbcapi/issues>_. All contributors will be acknowledged. Thanks!

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

sqlalchemy_jdbcapi-1.0.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

sqlalchemy_jdbcapi-1.0.0-py3-none-any.whl (6.0 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