Skip to content

A web-based tool for comparing MySQL database schemas and generating SQL scripts for database synchronization.

License

Notifications You must be signed in to change notification settings

lowkeyfish/mysql-schema-comparator

Repository files navigation

mysql-schema-comparator

项目介绍

这是一个网页工具,通过手动提供源数据库和目标数据库的信息(包括:表、字段和索引),基于这些信息进行源数据库和目标数据库的差异比较,并根据差异生成对应数据库同步的 SQL。

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

A web-based tool for comparing MySQL database schemas and generating SQL scripts for database synchronization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published