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 details)

Uploaded Source

File details

Details for the file djonet-0.3.tar.gz.

File metadata

  • Download URL: djonet-0.3.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djonet-0.3.tar.gz
Algorithm Hash digest
SHA256 ab9fd9ec1f8782f6ada3752215bec9a78e1b4c8b6a0e54e6148c9f41a130d92e
MD5 62f6cff419e7588ab6305b1b618d6f87
BLAKE2b-256 66e0658cf97237d30b16b47d520bd41f7ac8818ddc75ebf8988a64a084d406d7

See more details on using hashes here.

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