Skip to main content

MonetDB backend for Django

Project description

Djonet is a MonetDB backend for Django.

Installation

run from the source folder:

$ python setup.py install

or make sure the Djonet source directory is in your PYTHONPATH.

Djonet is also installable with pip:

$ pip install djonet

Usage

put something like this in your Django settings.py:

DATABASES = {
    'default': {
        'ENGINE': 'djonet',
        'NAME': 'database_name',
        'USER': 'database_user',
        'PASSWORD': 'database_password',
        'HOST': 'database_host',
        'PORT': '5000',
    }
}

About

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djonet-0.3.tar.gz (7.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page