Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_vastbase_backend-0.1.0.tar.gz (17.9 kB view details)

Uploaded Source

File details

Details for the file django_vastbase_backend-0.1.0.tar.gz.

File metadata

  • Download URL: django_vastbase_backend-0.1.0.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

Hashes for django_vastbase_backend-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7c0152354df5f767165ca19e3f2c43ee4d42ae43b36048ecf599fafc208be7d5
MD5 53d88df5f2553b8404eefbcfb5ffdc7d
BLAKE2b-256 635f981fb3afb54ae09232d3e41f7940e8fc34e8a23ece55df143fd4022bc27c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page