Skip to main content

Django PlanetScale database engine.

Project description

django-psdb-engine

https://img.shields.io/pypi/v/django_psdb_engine.svg https://img.shields.io/travis/lnxpy/django_psdb_engine.svg Documentation Status

Django PlanetScale database engine. This package is a better solution for planetscale/django_psdb_engine.

  • Free software: MIT license

Usage

Make this database engine ready in two simple steps. First thing first, install the package.

$ pip install django-psdb-engine

And finally, update your databases configuration by changing the ENGINE field.

DATABASES = {
  'default': {
    'ENGINE': 'django_psdb_engine',
    ...
    'OPTIONS': {'ssl': {'ca': ...}}
  }
}

Requirements

  • django >= 2.2

History

1.0.0 (2022-08-12)

  • First release on PyPI.

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_psdb_engine-1.0.0.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file django_psdb_engine-1.0.0.tar.gz.

File metadata

  • Download URL: django_psdb_engine-1.0.0.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for django_psdb_engine-1.0.0.tar.gz
Algorithm Hash digest
SHA256 04ed4a6c94b0f2f1d358fb39d8b27e5432227426f87b0265262a135fd3dc8a27
MD5 5b7377d2f19540bb1d64c70d67b9903e
BLAKE2b-256 62139fa014dd36d8d80c4e3099c4ad51912205e63842daf107e3a2edf18a4e3b

See more details on using hashes here.

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