Django backend for InterSystems IRIS
Project description
django-iris
InterSystems IRIS backend for Django
Prerequisites
You must install, the latest version of InterSystems IRIS DB-API Python driver
pip3 install intersystems_irispython-3.2.0-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',
},
}
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
django-iris-0.1.14b1.tar.gz
(11.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
File details
Details for the file django-iris-0.1.14b1.tar.gz.
File metadata
- Download URL: django-iris-0.1.14b1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e5c7d60b581d557978cabc03cd7d28c3b2ea662ddac396bbde9ec0177f7c76b
|
|
| MD5 |
b2fc16e3b2877c628b5d896edc4a882b
|
|
| BLAKE2b-256 |
516c52446cf7701b4dd7fac2a0feebbf508a0d9382594c9de0c3949c6a860fd6
|
File details
Details for the file django_iris-0.1.14b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.14b1-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b814acc5a3ff56ebe4429c22e5664fec2cdfe75d48e69661ac574c4e86925c8b
|
|
| MD5 |
180c578f1ad01365df64f884db2e52f4
|
|
| BLAKE2b-256 |
08e0dacf12a8ed032c3f5937a04aac49cec005a982205f6b951365cdcf7770df
|