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.2.1.tar.gz
(107.3 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.1-py3-none-any.whl
(133.2 kB
view details)
File details
Details for the file django-iris-0.2.1.tar.gz.
File metadata
- Download URL: django-iris-0.2.1.tar.gz
- Upload date:
- Size: 107.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60684cd1ec40344db13ba70dcd0141d7aae190fef48f82ba553e8aa197254676
|
|
| MD5 |
2dc944beec07b4b69bce1d88241180d3
|
|
| BLAKE2b-256 |
8af8c3a7d5bbae30be3c35eab0d9d83224575ba00d9a868440108fee4de67d44
|
File details
Details for the file django_iris-0.2.1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.1-py3-none-any.whl
- Upload date:
- Size: 133.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8afd1a981af4f4310ffbdfc9897563e59e4f2f5e51c2938dc59086da40340a24
|
|
| MD5 |
358481748f8f02549dbc0aec12df3ff2
|
|
| BLAKE2b-256 |
fd9b35ade2fe86eccf73a8f1fa81bee95c2449cc2ee4cb8b0ab7e314807f4fa7
|