From 8a307b01d4c539d2b5fd5642392887ff81256652 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 24 May 2023 16:48:03 +0200 Subject: [PATCH] tex: add db to libs, reword tw --- tex/text.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tex/text.tex b/tex/text.tex index f84c869..e6b18e3 100644 --- a/tex/text.tex +++ b/tex/text.tex @@ -532,7 +532,8 @@ programming language was used, i.e. \texttt{go1.20}. Echo & HTTP handlers, controllers, web server \\ ent & ORM using graph-based modelling \\ bluemonday & HTML sanitising \\ - TailwindCSS & creating stylesheets using a utility-first approach \\ + TailwindCSS & stylesheets using a utility-first approach \\ + PostgreSQL & storing data \\ } \tab{Dependency-Version Matrix}{tab:depsversionmx}{1.0}{ll}{ @@ -542,6 +543,7 @@ programming language was used, i.e. \texttt{go1.20}. \texttt{ent} (\url{https://entgo.io/}) & 0.11.10 \\ \texttt{bluemonday} (\url{https://github.com/microcosm-cc/bluemonday}) & 1.0.23 \\ \texttt{tailwindcss} (\url{https://tailwindcss.com/}) & 3.3.0 \\ + \texttt{PostgreSQL} (\url{https://www.postgresql.org/}) & 15.2 \\ } \n{2}{A word about Go}