From 4493c73b98d92f960a3679203bd264337a5bf8d0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 19 Apr 2020 10:46:28 -0300 Subject: [PATCH] Fixed link and tags --- content/links/20200419.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/links/20200419.md b/content/links/20200419.md index c447fbd..0600bd9 100644 --- a/content/links/20200419.md +++ b/content/links/20200419.md @@ -4,7 +4,8 @@ date = 2020-04-19 [taxonomies] tags = ["links", "hierarchical data", "mysql", "licenses", "commons clause", -"clojure"] +"clojure", "generics", "configuration", "config files", "zoom", "rust", "cli", +"seo"] +++ Managing Nested Data in MySQL, The Commons Clause License, Clojure, A Look @@ -13,7 +14,7 @@ CLI tools, SEO. -# (Managing Hierarchical Data in MySQL)[http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/] +# [Managing Hierarchical Data in MySQL](http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/) A bunch of tips on how to manage nested/hierarchical information in MySQL. While the storage format could be used in any database, it seems the insertion