Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ramortegui/e-commerce-db

Database schema for e-commerce (webstores) sites.
https://github.com/ramortegui/e-commerce-db

database-schema db2 diagram diagrams e-commerce ecommerce ecommerce-db informix ingress mysql oracle postgresql sas schema sql sqlite sybase webstore

Last synced: 1 day ago
JSON representation

Database schema for e-commerce (webstores) sites.

Awesome Lists containing this project

README

        

# 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](http://dia-installer.de).

In order to make changes and re-generate the sql statements you could use
[parsediasql](https://metacpan.org/pod/distribution/Parse-Dia-SQL/bin/parsediasql), a perl application easy to install and use.

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

## Diagram

![ECommerceDB.png](https://github.com/ramortegui/e-commerce-db/blob/master/ECommerceDB.png)

## Html info

[ecommerce-db.html](http://htmlpreview.github.io/?https://github.com/ramortegui/e-commerce-db/blob/master/export/ecommerce-db.html)

## Scripts

[exports](https://github.com/ramortegui/e-commerce-db/blob/master/export/)

- 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