Django PlanetScale database engine.
Project description
django-psdb-engine
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': ...}}
}
}
Note: Since Django uses the default utf8bm3 charset for your tables and it’s not supported by PlanetScale’s engine yet, you may need to add {"charset": "utf8bm4"} in order to migrate your changes and get it work.
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
File details
Details for the file django_psdb_engine-1.0.2.tar.gz
.
File metadata
- Download URL: django_psdb_engine-1.0.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a75ae45713b91c161178f460b1d8128988c0ca7ec20f5b688de876da93b98c84 |
|
MD5 | 09c7122e9c915bf7acec9910b61b9251 |
|
BLAKE2b-256 | 6cec35a892b85207eb07559fc2e943e208541c02347aacfa111bb1d298693650 |