Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/sql_buecher
- Owner: MDecker-MobileComputing
- Created: 2020-09-20T19:13:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:44:58.000Z (2 months ago)
- Last Synced: 2024-09-18T14:30:07.329Z (2 months 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.