An open API service indexing awesome lists of open source software.

https://github.com/ajcerejeira/django-sqlite

Miscellaneous Django utilities for working with SQLite databases
https://github.com/ajcerejeira/django-sqlite

django sqlite

Last synced: about 1 month ago
JSON representation

Miscellaneous Django utilities for working with SQLite databases

Awesome Lists containing this project

README

        

# django-sqlite

[![Documentation Status](https://readthedocs.org/projects/django-sqlite/badge/?version=latest)](https://django-sqlite.readthedocs.io/en/latest/?badge=latest)
[![Build: GitHub Actions](https://github.com/ajcerejeira/django-sqlite/actions/workflows/ci.yml/badge.svg)](https://github.com/ajcerejeira/django-sqlite/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ajcerejeira/django-sqlite/blob/main/LICENSE)
[![Type check: mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Code quality: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Miscellaneous Django utilities for working with SQLite databases.

## License

Released under the [MIT License](https://opensource.org/license/mit/).