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

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

Awesome Lists containing this project

README

        

# Database Modeling Excel

## Welcome to Database Modeling Excel Project Home Page

## Screenshot

![screenshot](screenshot_table.png)

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

Database 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)