Skip to main content

openGauss database dialect for django

Reason this release was yanked:

bug exist

Project description

django-opengauss-backend

openGauss database dialect for django

Requirements

  • openGauss pysocpg2
  • django >= 1.8

Install

pip install django-opengauss-backend

Usage

You can set the name in your Django project settings.py as:

DATABASES = {
    'default': {
        'ENGINE': 'django_opengauss_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-opengauss-backend-0.2.0.tar.gz (16.3 kB view hashes)

Uploaded Source

Supported by

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