Skip to main content

django-opengauss-backend

openGauss database dialect for django

Requirements

  • openGauss psycopg2
  • django >= 2.2

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',
    }
}

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.4.1.tar.gz (17.7 kB view details)

Uploaded Source

File details

Details for the file django-opengauss-backend-0.4.1.tar.gz.

File metadata

  • Download URL: django-opengauss-backend-0.4.1.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.19

File hashes

Hashes for django-opengauss-backend-0.4.1.tar.gz
Algorithm Hash digest
SHA256 3f4bcf6b0527b80acd3d86aa3629049b41037523e1c4e614a904b2d002c345f9
MD5 066357e7e3d637392caec55b847dec9e
BLAKE2b-256 bcf81e3b3c278aa215da2d1813a397c1e80dc7a5686980a13dae4c9b75d83042

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.1 This release

1 file

0.4.0

1 file

0.3.0

1 file

0.2.0

1 file

0.1.0

1 file

Supported by

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