https://github.com/jonaro00/iv1351_musicschool
Database and Python integration
https://github.com/jonaro00/iv1351_musicschool
postgresql python sql
Last synced: 2 months ago
JSON representation
Database and Python integration
- Host: GitHub
- URL: https://github.com/jonaro00/iv1351_musicschool
- Owner: jonaro00
- Created: 2022-01-03T16:23:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T12:26:10.000Z (over 3 years ago)
- Last Synced: 2025-01-26T03:27:52.533Z (4 months ago)
- Topics: postgresql, python, sql
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soundgood Music School Database
Project for IV1351
## Task 2
- `soundgood_setup.sql` drops (if exists) and creates the tables.
- `soundgood_test_data.sql` inserts data to test with.## Task 3
- `task3.sql` drops (if exists), creates and runs the four views.
## How to run Task 4
- Have the database set up with the `.sql` scripts.
- Modify the DB path or credentials in `rental/integration.py` if needed.- Install Python 3.10+.
- Use `pip install -r requirements.txt` to install dependencies.
- Run the program with `python main.py`. (varies with your OS/environment)