django-iris
InterSystems IRIS backend for Django
Prerequisites
You must install, the latest version of InterSystems IRIS DB-API Python driver
pip3 install https://github.com/intersystems-community/intersystems-irispython/releases/download/3.7.3/intersystems_iris-3.7.3-py3-none-any.whl
Install and usage
Install with pip
pip install django-iris
Configure the Django DATABASES setting similar to this:
DATABASES = {
'default': {
'ENGINE': 'django_iris',
'NAME': 'USER',
'USER': '_SYSTEM',
'PASSWORD': 'SYS',
'HOST': 'localhost',
'PORT': '1972',
},
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-iris-0.2.4.tar.gz
(108.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
django_iris-0.2.4-py3-none-any.whl
(134.9 kB
view details)
File details
Details for the file django-iris-0.2.4.tar.gz.
File metadata
- Download URL: django-iris-0.2.4.tar.gz
- Upload date:
- Size: 108.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16de8dc42e9c2fe0d3c9c3144d2110fd8951e7bdd71d5f1849ec2f479121c1d4
|
|
| MD5 |
797f1f1157141a41130d1bd25d3c8f9b
|
|
| BLAKE2b-256 |
a35f9af09a11d40332bd43ac6a114a1e05aeedf49b7b0eaef768b6603358eb30
|
File details
Details for the file django_iris-0.2.4-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.4-py3-none-any.whl
- Upload date:
- Size: 134.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99b88521be60dfbf0df35f89b112182e6be1511add43f2645cf9a969dc16648e
|
|
| MD5 |
87c005d43599fb270799303d59c002e3
|
|
| BLAKE2b-256 |
bbae78a3925579e05a715f3865b7aadabd12c292b1246a51534bcc8cb9ef8295
|