DatabaseManager Save

A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite

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.

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

Convert Database

UI - Compare Database

Compare Database

UI - Table Designer

Table Designer

UI - Translate Script

Translate Script

Executable Files

Windows Binaries | Windows Installer
(Note: .NET Desktop Runtime is required.)

Open Source Agenda is not affiliated with "DatabaseManager" Project. README Source: victor-wiki/DatabaseManager

Open Source Agenda Badge

Open Source Agenda Rating