djonet

MonetDB backend for Django
Download

djonet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Gijs Molenaar
  • Publisher web site:
  • https://github.com/gijzelaerr/

djonet Tags


djonet Description

Djonet is a MonetDB backend for Django.Installationrun: python setup.py installor make sure the Djonet source directory is in your PYTHONPATH.Usageput 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', }}Product's homepage


djonet Related Software