Skip to content

Commit

Permalink
sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlawan committed Oct 28, 2019
1 parent acd4acb commit 4e1522c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/softwareentwurf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ \subsection{Programmaufbau}
\subsubsection{Kommunikation zwischen den Einzelkomponenten}

\paragraph{SQLite}:\\

Screenly speichert Assets Informationen in einer SQLite Datenbank, Dies sind unter anderem das Verzeichnis, Dauer ,play-order, start- und end-Date aller Assets.






ist ein relationales Datenbankmanagementsystem (RDBMS), das in einer C-Bibliothek enthalten ist. Im Gegensatz zu vielen anderen Datenbankverwaltungssystemen ist SQLite kein Client-Server-Datenbankmodul. Es ist eher in das Endprogramm eingebettet.
\\ \\
SQLite ist eine In-Process-Bibliothek, die ein eigenständiges, serverloses, nicht konfigurierbares Transaktions-SQL-Datenbankmodul implementiert. Der Code für SQLite ist gemeinfrei und kann daher für jeden kommerziellen oder privaten Zweck verwendet werden.
Expand Down

0 comments on commit 4e1522c

Please sign in to comment.