Skip to content

Example Data Access code for item-746 database systems

License

Notifications You must be signed in to change notification settings

fpmoles/itec-746

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITEC-746

Example Data Access code for ITEC-746 Database Systems at the University of Kansas

Directories explained

  • dat - contains sql files and scripts
    • start_postgres.sh - starts a docker image running postgres, please note you should change the postgres password
    • schema.sql - contains ddl to add tables to the database.
    • data.sql - contains dml to add data to the tables
    • see instructions for information on use
  • java-raw-jdbc - a projedt that connects to the database and serves data out of a REST api to show how to use raw JDBC.
    • Requires: JDK 17
    • Requires: Apache Maven

About

Example Data Access code for item-746 database systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages