Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiask/django-cte-forest
django-cte-forest implements efficient adjacency list trees using Django and PostgreSQL Common Table Expressions (CTE).
https://github.com/matthiask/django-cte-forest
cte cte-node descendants django traversal tree-structure
Last synced: 18 days ago
JSON representation
django-cte-forest implements efficient adjacency list trees using Django and PostgreSQL Common Table Expressions (CTE).
- Host: GitHub
- URL: https://github.com/matthiask/django-cte-forest
- Owner: matthiask
- License: bsd-3-clause
- Created: 2016-09-13T10:54:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T17:56:55.000Z (about 1 year ago)
- Last Synced: 2024-10-20T20:35:06.314Z (25 days ago)
- Topics: cte, cte-node, descendants, django, traversal, tree-structure
- Language: Python
- Homepage: https://django-cte-forest.readthedocs.io/
- Size: 144 KB
- Stars: 27
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
If you want compatibility with other database engines (sqlite3, MariaDB, MySQL)
and don't need all features this package offers take a look at
`django-tree-queries `__ too!=================
django-cte-forest
=================.. image:: https://travis-ci.org/matthiask/django-cte-forest.svg?branch=master
:target: https://travis-ci.org/matthiask/django-cte-forestdjango-cte-forest implements efficient adjacency list trees using Django
and PostgreSQL Common Table Expressions (CTE).**Note!** This is a friendly fork of django-cte-trees_ by Alexis Petrounias
which introduces support for Python 3 and recent Django versions.You'll find additional details and information in the documentation_ or
on the original authors webpage on django-cte-trees_.. _django-cte-trees: http://petrounias.org/software/django-cte-trees/
.. _documentation: https://django-cte-forest.readthedocs.io/