Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 446 Bytes

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: