https://github.com/snyang/Database-Modeling-Excel
A spreadsheet for designing databases
https://github.com/snyang/Database-Modeling-Excel
Last synced: 4 months ago
JSON representation
A spreadsheet for designing databases
- Host: GitHub
- URL: https://github.com/snyang/Database-Modeling-Excel
- Owner: snyang
- License: bsd-3-clause
- Created: 2016-01-29T11:37:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T14:59:31.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:18:26.042Z (8 months ago)
- Language: Visual Basic
- Size: 9.78 MB
- Stars: 41
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - snyang/Database-Modeling-Excel - A spreadsheet for designing databases (Visual Basic)
README
# Database Modeling Excel
## Welcome to Database Modeling Excel Project Home Page
## Screenshot

## Download
The tool is available at the [release](release) folder.
> Do not use the context menu to download the .zip file from GitHub, instead click the file link, and use the "Download" button to download the file.
## Project
Name: Database Modeling Excel
Current release: 7.0 Production Release
Author: Yang Ning (Steven)
Please send your email to [Steven Yang]([email protected]) when you have any question.
[Denote the Project](http://sourceforge.net/donate/index.php?group_id=171489)
### Description
The database modeling utility is a Microsoft Office Excel workbook which can help you to design databases.
It supports DB2, MariaDB, MySQL, Oracle, PostgreSQL, SQLite and SQL Server.
In the workbook, you can define database, generate DDL scripts, and import database definition from existing databases.
Why choose this as your database modeling utility?
The strengths of the utility are:- Quick and easy to design database.
- More readableDatabase Modeling Excel can help you to design database schema.
- Main Features
- Supported Databases
- DB2
- MariaDB
- MySQL
- Oracle
- PostgreSQL
- SQL Server
- SQLite (Only support generating DDL feature)
- Design and maintenance database schema
- Generate script of database schema using workbook’s content.
- Create Tables SQL
- Drop Tables SQL
- Drop and Create Tables SQL
- Create Tables IF Not Exists SQL
- Support ignore some worksheets when generating SQL scripts
- Import database schema from database into the workbook
- Support automatic build process
- Fine print (A4 paper)## For Developers
Please see [Development.md](doc/Development.md)