https://github.com/toasterbirb/sqlite-excercise
sqlite excercise for school assigment
https://github.com/toasterbirb/sqlite-excercise
Last synced: 10 months ago
JSON representation
sqlite excercise for school assigment
- Host: GitHub
- URL: https://github.com/toasterbirb/sqlite-excercise
- Owner: Toasterbirb
- Created: 2021-05-02T20:14:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T07:11:23.000Z (over 4 years ago)
- Last Synced: 2025-03-03T04:30:01.792Z (over 1 year ago)
- Language: C
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlite-excercise
Some school thingie to learn SQL
Database file (data.sqlite) is included in the repo. Modifying person data isn't working currently. It has some issues with input reading causing some weird output to the database. I'm aware of this.
## Compiling
Run `make` in the root directory. GCC is used as a compiler but this can be changed in the Makefile.