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: about 1 month ago
JSON representation
Database schema for e-commerce (webstores) sites.
- Host: GitHub
- URL: https://github.com/ramortegui/e-commerce-db
- Owner: ramortegui
- License: gpl-3.0
- Created: 2016-11-24T04:16:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T05:31:59.000Z (over 6 years ago)
- Last Synced: 2025-03-30T13:09:08.025Z (about 1 month ago)
- Topics: database-schema, db2, diagram, diagrams, e-commerce, ecommerce, ecommerce-db, informix, ingress, mysql, oracle, postgresql, sas, schema, sql, sqlite, sybase, webstore
- Language: HTML
- Size: 2.25 MB
- Stars: 365
- Watchers: 24
- Forks: 179
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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