Django database backend for minipg
Project description
Django PostgreSQL database backend with minipg
Environment
Django 2.2, 3.0
minipg (https://github.com/nakagami/minipg)
Restriction
No support postgresql specific feature
No support PostGIS
Versions
Django(a.b) |
django-minipg |
---|---|
2.2 |
0.3.5 |
3.0 |
0.4.0 |
Installation
$ pip install django==a.b $ pip install django-minipg==x.y.z $ pip install minipg
Settings
DATABASES = { 'default': { 'ENGINE': 'postgresql_minipg', 'NAME': 'some_what_database', 'HOST': ..., 'USER': ..., 'PASSWORD': ..., } }
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
django-minipg-0.4.0.tar.gz
(12.9 kB
view hashes)