Skip to main content

Experimental SQLAlchemy dialect for IBM Informix

Project description

PyInformix

Experimental SQLAlchemy dialect for IBM Informix

Installation

pip install PyInformix

Usage

Connect via ODBC*

from sqlalchemy.engine import create_engine

engine = create_engine('informix+ibm_db://{username}:{password}@{hostname}:{port}/{database}')

*Requires IBM Data Server Driver for ODBC and CLI software.

Connect via JDBC*

from sqlalchemy.engine import create_engine

engine = create_engine('informix+ifx_jdbc://{hostname}:{port}/{database};INFORMIXSERVER={server};delimident=y;user={username};password={password}')

Export CLASSPATH environment variable:

CLASSPATH=/path/to/informix_jdbc_x_x_x_x/jdbc-x.x.x.x.jar:/path/to/informix_jdbc_x_x_x_x/bson-x.x.x.jar

*Requires IBM Informix JDBC Driver and Java Runtime Environment (JRE).

License

Distributed under the Apache, version 2.0 license.

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

PyInformix-0.2.0.tar.gz (11.3 kB view details)

Uploaded Source

File details

Details for the file PyInformix-0.2.0.tar.gz.

File metadata

  • Download URL: PyInformix-0.2.0.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for PyInformix-0.2.0.tar.gz
Algorithm Hash digest
SHA256 608ebd502d8d5b34d555e6dfdfc0f152c855729c003775e49891e6aec2c2d91c
MD5 3c0257bf456dad640c4f6f8395a7c1de
BLAKE2b-256 ce746f698d5c81d783960a0139ff34382144f5c90d5dce120b6f33f8e97d59e0

See more details on using hashes here.

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