Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/sql_buecher

SQLite statements for simple sample application on books and their authors
https://github.com/mdecker-mobilecomputing/sql_buecher

sql sqlite

Last synced: 10 days ago
JSON representation

SQLite statements for simple sample application on books and their authors

Awesome Lists containing this project

README

        

# SQL-Befehle für SQLite #


Das Repository enthält SQL-Dateien für eine einfache Bücher-Verwaltung für SQLite.
Das Datenbank-Schema besteht nur aus zwei Tabellen, nämlich `AUTOREN` und `BUECHER`.

Für die Ausführung der SQL-Dateien in diesem Repository wird das Programm
[DB Browser for SQLite](https://sqlitebrowser.org/dl/) welches kostenlos für Windows,
MacOS und Linux zur Verfügung steht.