Skip to content

Zhenshan-Jin/Swimming_Championships_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published