Skip to content

weynelucas/django-db-adapter

Repository files navigation

Django DB Adapter

Build codecov PyPI - Release PyPI - Python Version PyPI - Django Version

A configurable database backend to customize schema creation

Requirements

  • Python (3.6, 3.7, 3.8, 3.9)
  • Django (1.11, 2.2)

We highly recommend and only officially support the latest patch release of each Python and Django series.

Installation

Install using pip...

pip install django-db-adapter

Add 'db_adapter' to your INSTALLED_APPS setting.

INSTALLED_APPS = [ ... 'db_adapter', ]

About

A flexible toolkit for customize how Django creates the database objects for the application schema

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages