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.2.tar.gz (7.7 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for djonet-0.2.tar.gz
Algorithm Hash digest
SHA256 5528c0dae6e871840e8262f3ce173135061a814196859922897aae1666abf6d4
MD5 ba8e38a20fdd492306ecc97e0d895649
BLAKE2b-256 e0342d22ee30bcd01c7a50b5eb8ac32ddc2b40ab174b63857190ae46c16b2c16

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