fceller / PostgreSQLSampleDatabase

Sample Database for a Webshop with customers, products and orders, including data!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Sample Database for a Webshop with customers, products and orders, including data!


Languages

Language:JavaScript 61.0%Language:HTML 30.3%Language:CSS 8.4%Language:Shell 0.3%