From 09944ff5e02b51bb333c767558eede8ea9efc37f Mon Sep 17 00:00:00 2001 From: mahuntington Date: Thu, 9 Nov 2023 20:52:15 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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