- PostgreSQL database for swimming championhsips
- All the tables creation, queries and error checking are defined in swim.sql file
- User interface is defined in .py
Python:
- Environment(IDE): Spyder
- Steps:
- open Spyder
- click "Projects" in the menu
- then "Open Project..."
- go to this README.md directory
- click choose
PostgreSQL(For Linux User):
- Entering the database with the database name and user name in command line: psql postgres[database name] ricedb[username]
- import swim.sql: \i swim.sql