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.13b1.tar.gz
(10.0 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.13b1.tar.gz.
File metadata
- Download URL: django-iris-0.1.13b1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81726c1206828272e0f60d648cf0664278ff43d54b9c156b0a010a3d7bb43e9b
|
|
| MD5 |
717959db1a637cffa93e1e255d661845
|
|
| BLAKE2b-256 |
33b9a6240d3048c6e6393b2cd7d7bd841311969569565b68642a63e215369f5d
|
File details
Details for the file django_iris-0.1.13b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.13b1-py3-none-any.whl
- Upload date:
- Size: 11.5 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 |
cf44ee2e917db2785e16bc45c98d9b1cede916f2b20ec8494445a00f50cc1837
|
|
| MD5 |
e149541b5e4d47d865abfbc47148f18b
|
|
| BLAKE2b-256 |
dd6192d722a20dc5d65da2e3a739ac23e82c5952478e01486ad947c57f6f0d41
|