Skip to content

JannikArndt/PostgreSQLSampleDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Sample Database

This is a sample webshop, including

  • 1000 customers
  • 2000 orders
  • 1000 products with 17730 different articles

You can either create the database yourself with the scripts in src or restore the dump in data via

$ ./restore.sh myDatabaseName

(using the defaults localhost:5432 and user postgres)

Schema

Created with schemaspy: