Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komputronika/exceltosql
Design database schema in Excel/Spreadsheet then convert it to MySQL query.
https://github.com/komputronika/exceltosql
excel generator mariadb mysql schema spreadsheet sql
Last synced: 2 days ago
JSON representation
Design database schema in Excel/Spreadsheet then convert it to MySQL query.
- Host: GitHub
- URL: https://github.com/komputronika/exceltosql
- Owner: komputronika
- License: mit
- Created: 2019-03-19T07:11:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T02:09:46.000Z (8 months ago)
- Last Synced: 2024-03-22T03:26:07.973Z (8 months ago)
- Topics: excel, generator, mariadb, mysql, schema, spreadsheet, sql
- Language: JavaScript
- Homepage:
- Size: 574 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL Schema Generator from Excel/Spreadsheet File
Design MySQL database schema using Excel (or any spreadsheet software), then convert it into SQL language that can be executed on the MySQL server.
##### Usage:
Just download source code and run in your browser.
##### Screenshots:
###### Excel Template
![Excel screenshot](screen1.png)
###### Form
![Form screenshot](screen2.png)
###### SQL Output
![SQL screenshot](screen3.png)