Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victor-wiki/databasemanager
A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite
https://github.com/victor-wiki/databasemanager
compare convert copy database migrate mysql oracle parse pgsql plsql postgres postgresql sql sql-server sqlite sqlserver sync table translate tsql
Last synced: about 1 hour ago
JSON representation
A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite
- Host: GitHub
- URL: https://github.com/victor-wiki/databasemanager
- Owner: victor-wiki
- Created: 2020-03-27T12:18:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T11:07:36.000Z (3 months ago)
- Last Synced: 2025-01-10T09:40:00.320Z (22 days ago)
- Topics: compare, convert, copy, database, migrate, mysql, oracle, parse, pgsql, plsql, postgres, postgresql, sql, sql-server, sqlite, sqlserver, sync, table, translate, tsql
- Language: C#
- Homepage:
- Size: 6.14 MB
- Stars: 128
- Watchers: 10
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite.
## Features
### Convert Database
Convert database schemas and migrate data.
### Compare Database
Compare database objects, generate scripts of differences.### Generate Scripts
Generate scripts of database objects, including schema and data.
### View Data
It supports pagination, sort and filter for single table or view.### Edit Data
Edit single table data.
### Table Copy
Clone table schema and copy data to another database.
### Clear Data
Delete data of all tables.
### Diagnose Database
* Diagnose invalid records of table that values are empty but columns definded as not null, and that referenced values are as same as themselves.
* Diagnose referenced name not match as they are defined in routine scripts.
### Empty Database
Delete all objects of a database.
### Translate Script
The translate form can translate script to one database kind to another without database connection.
(Note: Most function and procedure of Postgres currently can't be translated to others.)## UI - Main Page
![Main Page](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/Main.png?raw=true&rid=1)## UI - Convert Database
![Convert Database](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/Convert.png?raw=true&rid=1)## UI - Compare Database
![Compare Database](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/Compare.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 - Edit Data
![Edit Data](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/EditData.png?raw=true&rid=1)## UI - Translate Script
![Translate Script](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/DatabaseManager/TranslateScript.png?raw=true&rid=1)## Executable Files
[Windows Binaries](https://raw.githubusercontent.com/victor-wiki/StaticResources/master/StaticResources/executeFiles/projs/DatabaseManager/DatabaseManager.zip?rid=1)
(Note: [.NET Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) is required.)