diff options
author | Mark Powers <mark@marks.kitchen> | 2024-11-03 20:34:12 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-11-03 20:34:12 -0600 |
commit | dca1b48846364951447eb6d84dec6f2bae986571 (patch) | |
tree | 00ecbcfedb3605fb192bcbefaf743cb369a8a6df /content/blog/making_of_marks_database.md | |
parent | 342aa72dc6677ecccf802e7d9d82ba99a2d3a7b1 (diff) |
Fix some redirects
Diffstat (limited to 'content/blog/making_of_marks_database.md')
-rw-r--r-- | content/blog/making_of_marks_database.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/blog/making_of_marks_database.md b/content/blog/making_of_marks_database.md index 8501921..9bb0baa 100644 --- a/content/blog/making_of_marks_database.md +++ b/content/blog/making_of_marks_database.md @@ -1,6 +1,8 @@ --- title: "The making of marks.database" date: 2019-04-07T20:36:20-05:00 +aliases: +- /post/blog/38 --- I used to keep text files, tracking movies, books, my music collection, and various long term to do lists. Last year, I transferred some of this information over to a MySQL database, managed with a couple python scripts that just wrapped MySQL commands. It was fairly clunky though, and pretty limiting too. Even php myadmin would've been easier. So recently, I created marks.database, which is a node front end for my specific database needs. It manages those things listed above. Additionally, I have created a meal planner section, which allows me to store the items in my pantry and combine them into recipes. |