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',
},
}
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.14.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.14.tar.gz.
File metadata
- Download URL: django-iris-0.1.14.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 |
1267891f2b3b8f1ef17fe39f94e158a3954b9e76b3bb73c5332298efec3dcf1f
|
|
| MD5 |
6a984555d6ab74eaf91743068ce966cf
|
|
| BLAKE2b-256 |
d8e2dc0d45c2214e59161d2e932850041e5e3a6a176a34b3902890cfff1d147d
|
File details
Details for the file django_iris-0.1.14-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.14-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 |
7b6c9af1f55a9ddd8abfd3bd181111b981c4e3521f90b9b12f1ba6044ecdc1f9
|
|
| MD5 |
479ae4450bc51e21fed613195c79d985
|
|
| BLAKE2b-256 |
68a7d039df2378fb8f4d5017425c49d1b450ee0a4ab3d4e4830e0d471a9f8639
|