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.0.tar.gz
(60.1 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.2.0.tar.gz.
File metadata
- Download URL: django-iris-0.2.0.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46f4289751095fd83b8c24667371fc6e5742c025403e361d1254393b0f057430
|
|
| MD5 |
bcda794c673baf8bc76661674e20ddad
|
|
| BLAKE2b-256 |
d2b9842b24c517e1039ca9e8b8d85eb20994a0af3ef79159b638e211b3254b5d
|
File details
Details for the file django_iris-0.2.0-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.0-py3-none-any.whl
- Upload date:
- Size: 74.1 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 |
0d7c7caee18c78a9b3fa552a544d53dc574dce9b984d7550a6a29b0e0a13d80c
|
|
| MD5 |
2717710376886ee671bb0654eefdbeb1
|
|
| BLAKE2b-256 |
9af9f7b97f246437bc67802479f413968667c572d6c1e1f757ce22d6426c96a1
|