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.11.tar.gz
(9.6 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.11.tar.gz.
File metadata
- Download URL: django-iris-0.1.11.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6251260a7c298df54b530f086b1813779fefc400fe372d5e27918943bd2c0099
|
|
| MD5 |
9f6a9ff03d4bf0fad37529a5f8a7cee5
|
|
| BLAKE2b-256 |
af95941227e025de4bc2ef250820e23b5c673ad5c94e883b3a92c9d5dc25a6e2
|
File details
Details for the file django_iris-0.1.11-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.11-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28231408946b856a6a49ac2016414aae96d601e2e6b7d6163d4bdd920aa0a05a
|
|
| MD5 |
0d832f5770a074efab3379a2465d11dc
|
|
| BLAKE2b-256 |
091767a29706173a041c80d8a89e0732aa78237bb017a68c0335356c7ca28586
|