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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 009cec6c86e4bf2f89c3c2a7a50e5192710ff62c9de66837521dbe233b9b4051 |
|
MD5 | a49251dc1861225fb59677e719ef699a |
|
BLAKE2b-256 | a8890160dc26ef35d15e0e2b41110a0683a5b1c262d516d6ad3c8c4aa46b14f6 |