django backend for vastbase
Project description
django-vastbase-backend
vastbase database dialect for django
Requirements
- psycopg2-binary 2.9.10
- django >= 4.0
Install
pip install django-vastbase-backend
Usage
You can set the name in your Django project settings.py as:
DATABASES = {
'default': {
'ENGINE': 'django_vastbase_backend',
'NAME': '<database name>',
'USER': '<database username>',
'PASSWORD': '<database password>',
'HOST': '<database host>',
'PORT': '5432',
}
}
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_vastbase_backend-0.1.2.tar.gz.
File metadata
- Download URL: django_vastbase_backend-0.1.2.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1bc558e3effd92f00d0e06073ca2a4044129a94d179910c104ebf9ed12203a2
|
|
| MD5 |
ebea33b8b0931017ca85d3d80dd592ec
|
|
| BLAKE2b-256 |
db882538a29d96db24f0781919cee196bd8757e5125cf3915db383fe714699bc
|
File details
Details for the file django_vastbase_backend-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_vastbase_backend-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
646474358e6fdcfd22ac75c0427bc85c746fcd3bb92a42a461e503b5fd3f9647
|
|
| MD5 |
337f6613fa3fb18da7b71d6051dc9385
|
|
| BLAKE2b-256 |
d8ed19d65551e2121d2657fb1a9f2cfdbba6fecbf12e714dfe5b68f73d05fd73
|