Downloads54
Subscribe
2
Bookmark
4
Details
Releases
Reviews
Awards
Issues
Provider

What's new in this version

Initial Release

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',
    },
}
Rating
0 (0)
Category
Developer Environment
Works with
InterSystems IRISInterSystems IRIS for Health
Tags
Info
Publisher
CaretDev
Version
0.1.0
Last updated
2022-02-20
Repository
Open
Documentation
Open
License
Link