django-planetscale

A Django database backend for PlanetScale.


License
GPL-3.0-only
Install
pip install django-planetscale==0.2.3

Documentation

Django PlanetScale

pypi python Build Status codecov

A Django database backend for PlanetScale

Features

  • Enables you to use PlanetScale with your Django app
  • Avoids you having to rewrite your model code to set the kwarg db_constraint=False on every relationship you model.
  • Subclasses the existing MySQL database backend using the documented process, ensuring compatibility with all versions of Django.

Credits

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.