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: 12 months ago
JSON representation
SQLite statements for simple sample application on books and their authors
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/sql_buecher
- Owner: MDecker-MobileComputing
- Created: 2020-09-20T19:13:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:44:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T00:26:06.779Z (over 1 year ago)
- Topics: sql, sqlite
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.