Skip to content

ramortegui/e-commerce-db

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

e-commerce-db

Database schema for e-commerce (webstores) sites.

Description

The diagram represents a generic base for web stores, and is the result of different projects.

The diagram was created using Dia.

In order to make changes and re-generate the sql statements you could use parsediasql, a perl application easy to install and use.

parsediasql --file ECommerceDB.dia --db postgres >> ecommercedb.sql

Diagram

ECommerceDB.png

Html info

ecommerce-db.html

Scripts

exports

- ecommerce-db-db2.sql
- ecommerce-db-informix.sql
- ecommerce-db-ingres.sql
- ecommerce-db-mysql-innodb.sql
- ecommerce-db-mysql-myisam.sql
- ecommerce-db-oracle.sql
- ecommerce-db-postgres.sql
- ecommerce-db-sas.sql
- ecommerce-db-sqlite3fk.sql
- ecommerce-db-sqlite3.sql
- ecommerce-db-sybase.sql