|
|
|
@ -12,4 +12,11 @@ WITH RECURSIVE child (id, title, description, parent_id) AS
|
|
|
|
SELECT * FROM child;
|
|
|
|
SELECT * FROM child;
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
https://www.mysqltutorial.org/mysql-adjacency-list-tree/
|
|
|
|
https://www.mysqltutorial.org/mysql-adjacency-list-tree/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## JS Libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- https://github.com/dbushell/Nestable
|
|
|
|
|
|
|
|
- https://dbushell.github.io/Nestable/
|
|
|
|
|
|
|
|
- https://sortablejs.github.io/Sortable/
|
|
|
|
|
|
|
|
- https://bevacqua.github.io/dragula/
|