Skip to main content

MonetDB backend for Django

Project description

Djonet is a MonetDB backend for Django.

Installation

run:

$ python setup.py install

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

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for djonet-0.1.tar.gz
Algorithm Hash digest
SHA256 009cec6c86e4bf2f89c3c2a7a50e5192710ff62c9de66837521dbe233b9b4051
MD5 a49251dc1861225fb59677e719ef699a
BLAKE2b-256 a8890160dc26ef35d15e0e2b41110a0683a5b1c262d516d6ad3c8c4aa46b14f6

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