Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ramortegui/e-commerce-db
- Owner: ramortegui
- License: gpl-3.0
- Created: 2016-11-24T04:16:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T05:31:59.000Z (about 6 years ago)
- Last Synced: 2025-01-14T00:09:34.740Z (8 days 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: 361
- Watchers: 25
- 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
![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