diff --git a/README.md b/README.md index 10322a2..57f49ba 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,11 @@ WITH RECURSIVE child (id, title, description, parent_id) AS SELECT * FROM child; ``` -https://www.mysqltutorial.org/mysql-adjacency-list-tree/ \ No newline at end of file +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/ \ No newline at end of file