News

Note:.tables is a SQLite command, not a SQL query. This command will only work if you are in the special SQLite terminal, not if you are connecting to the database through Python.
SQLite is used in this project for ease of local development. PostgreSQL was preferred as per the assignment, but due to local setup issues, SQLite was used instead. The application is fully ...