Update 'README.md'

master
mahuntington 2 years ago
parent ce24c1483e
commit 09944ff5e0

@ -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/
Loading…
Cancel
Save