Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 694 Bytes

Database Description:

  • 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

HOW TO USE:

Python:

  • Environment(IDE): Spyder
  • Steps:
  1. open Spyder
  2. click "Projects" in the menu
  3. then "Open Project..."
  4. go to this README.md directory
  5. click choose

PostgreSQL(For Linux User):

  1. Entering the database with the database name and user name in command line: psql postgres[database name] ricedb[username]
  2. import swim.sql: \i swim.sql

ER Diagram

alt tag