Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed May 15, 2020
2 parents b46fe03 + 6fa5f5b commit e37530f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
### Convert Database
* Convert database objects (table, function, view, procedure, trigger).
* Copy table data (support bulkcopy).

### Table Designer
Create table to add columns, primary key, foreign key, index, and check constraint visually.

### SQL Query Editor
Create new query or open existing sql file to execute select, insert, update, delete, create and alter statements. It supports input intellisense.
Expand Down Expand Up @@ -33,6 +36,9 @@
## UI - Generate Scripts
![Generate Scripts](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/GenerateScripts.png?raw=true&rid=1)

## UI - Table Designer
![Table Designer](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/TableDesigner.png?raw=true&rid=1)

## UI - SQL Query Editor
![SQL Query Editor](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/QueryEditor.png?raw=true&rid=1)

0 comments on commit e37530f

Please sign in to comment.