Django database backend for minipg
Project description
Django PostgreSQL database backend with minipg
Environment
Django 2.2, 3.0, 3.1, 3.2
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 |
3.1 |
0.4.1 |
3.2 |
0.4.2 |
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.2.tar.gz
(13.7 kB
view details)
File details
Details for the file django-minipg-0.4.2.tar.gz.
File metadata
- Download URL: django-minipg-0.4.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54cba7085e5a85a78079b3450290954a12fff4e6d6ff66b014bb045b497c9e90
|
|
| MD5 |
4e29a9e56e4299149ebae708392e838d
|
|
| BLAKE2b-256 |
614e08e6d4e75959df3b86b39215933cd41f1bbb955e4269c844f16c87c4eba8
|