Skip to content

Commit

Permalink
SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlawan committed Oct 29, 2019
1 parent 4e1522c commit daaf0e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/softwareentwurf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ \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.



Screenly speichert die Informationen von den Assets in einer SQLite Datenbank, Dies sind unter anderem das Verzeichnis, Dauer ,play-order, start- und end-Date aller Assets. Das Skript vergleicht jeder Minute einmal, ob sich die Dateien geändert haben,


https://monami.hs-mittweida.de/frontdoor/deliver/index/docId/776/file/Diplomarbeit.pdf
https://sqlite.org/appfileformat.html
https://sqlite.org/testing.html

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.
\\ \\
Expand Down

0 comments on commit daaf0e7

Please sign in to comment.