mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 17:28:47 +01:00
feat(dissertation): add appendix for database schemas
This commit is contained in:
52
pub/dissertation/chapters/appendix/database.tex
Normal file
52
pub/dissertation/chapters/appendix/database.tex
Normal file
@@ -0,0 +1,52 @@
|
||||
\documentclass[../../dissertation.tex]{subfiles}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\section{SQL Schemas}
|
||||
\begin{listing}[!htbp]
|
||||
\inputminted[
|
||||
linenos,
|
||||
breaklines,
|
||||
]{sql}{code/sqldelight/Project.sq}
|
||||
\caption[Project Schema]{SQL Schema for Project}
|
||||
\label{list:sql-project}
|
||||
\end{listing}
|
||||
|
||||
\begin{listing}
|
||||
\inputminted[
|
||||
linenos,
|
||||
breaklines,
|
||||
]{sql}{code/sqldelight/Procedure.sq}
|
||||
\caption[Procedure Schema]{SQL Schema for Procedure}
|
||||
\label{list:sql-procedure}
|
||||
\end{listing}
|
||||
|
||||
\begin{listing}
|
||||
\inputminted[
|
||||
linenos,
|
||||
breaklines,
|
||||
]{sql}{code/sqldelight/Action.sq}
|
||||
\caption[Action Schema]{SQL Schema for Action}
|
||||
\label{list:sql-action}
|
||||
\end{listing}
|
||||
|
||||
\begin{listing}
|
||||
\inputminted[
|
||||
linenos,
|
||||
breaklines,
|
||||
]{sql}{code/sqldelight/Test.sq}
|
||||
\caption[Test Schema]{SQL Schema for Test}
|
||||
\label{list:sql-test}
|
||||
\end{listing}
|
||||
|
||||
\begin{listing}
|
||||
\inputminted[
|
||||
linenos,
|
||||
breaklines,
|
||||
]{sql}{code/sqldelight/ActionResult.sq}
|
||||
\caption[ActionResult Schema]{SQL Schema for ActionResult}
|
||||
\label{list:sql-actionresult}
|
||||
|
||||
\end{listing}
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user