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: 18 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T11:07:36.000Z (7 months ago)
- Last Synced: 2025-01-10T09:40:00.320Z (5 months 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
## UI - Convert Database
## UI - Compare Database
## UI - Table Designer
## UI - Edit Data
## UI - Translate Script
## 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.)