Skip to main content

InterSystems IRIS for SQLAlchemy

Project description

sqlalchemy-iris

An InterSystems IRIS dialect for SQLAlchemy.

Pre-requisites

This dialect requires SQLAlchemy, InterSystems DB-API driver. They are specified as requirements so pip will install them if they are not already in place. To install, just:

pip install sqlalchemy-iris

Usage

In your Python app, you can connect to the database via:

from sqlalchemy import create_engine
engine = create_engine("iris://_SYSTEM:SYS@localhost:1972/USER")

InterSystems IRIS

You can run your instance of InterSystems IRIS Community Edition with Docker

docker run -d --name iris \
 -p 1972:1972 \
 -p 52773:52773 \
 intersystemsdc/iris-community:preview

Port 1972 is used for binary communication (this driver, xDBC and so on), and 52773 is for web (Management Portal, IRIS based web-applications and API's).

The System Management Portal is available by URL: http://localhost:52773/csp/sys/UtilHome.csp

The default password - SYS, has to be changed after the first login to the management portal. Or start the container with a command that resets the change password flag

docker run -d --name iris \
 -p 1972:1972 \
 -p 52773:52773 \
 intersystemsdc/iris-community:preview \
 -a "iris session iris -U%SYS '##class(Security.Users).UnExpireUserPasswords(\"*\")'"

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

sqlalchemy-iris-0.10.5.tar.gz (115.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sqlalchemy_iris-0.10.5-py3-none-any.whl (138.0 kB view details)

Uploaded Python 3

File details

Details for the file sqlalchemy-iris-0.10.5.tar.gz.

File metadata

  • Download URL: sqlalchemy-iris-0.10.5.tar.gz
  • Upload date:
  • Size: 115.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for sqlalchemy-iris-0.10.5.tar.gz
Algorithm Hash digest
SHA256 d487d56e6885418ae70437c8731856a36a08ca8ee86eaa68ea2cafd126e4ca7f
MD5 985152f697a1c776d15f010dbf1cf63a
BLAKE2b-256 40b1f1b0670185ad3066b6b9e0803bcb30c8c962e14298d8ad7900569b839774

See more details on using hashes here.

File details

Details for the file sqlalchemy_iris-0.10.5-py3-none-any.whl.

File metadata

File hashes

Hashes for sqlalchemy_iris-0.10.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4aa30a6629f00d6382f47e71ef175d399c6f7a5a2229786a1506cf5bba345fd0
MD5 48cfdb13bed10105d49f73b69aa24212
BLAKE2b-256 e7c7f1224edb1925344658a8463140d6cce5299d0a3fc5a619f3a7eafffe13ac

See more details on using hashes here.

Supported by

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