File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ codecov] ( https://codecov.io/gh/OmenApps/django-postgresql-dag/branch/master/graph/badge.svg?token=IJRBEE6R0C )] ( https://codecov.io/gh/OmenApps/django-postgresql-dag ) ![ PyPI] ( https://img.shields.io/pypi/v/django-postgresql-dag?color=green ) ![ last commit] ( https://badgen.net/github/last-commit/OmenApps/django-postgresql-dag/main ) [ ![ Documentation Status] ( https://readthedocs.org/projects/django-postgresql-dag/badge/?version=latest )] ( http://django-postgresql-dag.readthedocs.io/ ) [ ![ made-with-python] ( https://img.shields.io/badge/Made%20with-Python-1f425f.svg )] ( https://www.python.org/ )
2-
31# Django & Postgresql-based Directed Acyclic Graphs
42
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/django-postgresql-dag )] ( https://pypi.org/project/django-postgresql-dag/ )
4+ [ ![ Python versions] ( https://img.shields.io/pypi/pyversions/django-postgresql-dag )] ( https://pypi.org/project/django-postgresql-dag/ )
5+ [ ![ Django versions] ( https://img.shields.io/pypi/djversions/django-postgresql-dag )] ( https://pypi.org/project/django-postgresql-dag/ )
6+ [ ![ Documentation] ( https://readthedocs.org/projects/django-postgresql-dag/badge/?version=latest )] ( https://django-postgresql-dag.readthedocs.io/en/latest/ )
7+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
8+
59The main distinguishing factor for this project is that it can retrieve entire sections of a graph with far
610fewer queries than most other packages. The trade off is portability: it uses Postgres' Common Table
711Expressions (CTE) to achieve this and is therefore not compatible with other databases.
You can’t perform that action at this time.
0 commit comments