3 releases (breaking)
new 0.2.0 | Oct 30, 2024 |
---|---|
0.1.0 | Oct 24, 2024 |
0.0.0 | Oct 23, 2024 |
#498 in Database interfaces
370 downloads per month
49KB
1K
SLoC
magiceye
- database diff checker
What is this?
- When managing a DB with multiple versions such as production, stage, qa, develop, etc., a situation may arise where the DB schema is partially inconsistent.
- In such situations, this tool detects and reports inconsistencies between databases.
Get Started
Install using cargo
cargo install magiceye
Then, use the init command to enter database information, etc.
magiceye init
This is the database where the base connection URL is the reference point.
magiceye detects and reports the following two targets:
- Something in the base database but not in the target database.
- It exists in both the base database and the target database, but the types are different.
Once you have completed the settings through the init command, you can start collecting reports with the run command.
magiceye run
If you have a lot of tables, collecting DDL information may take some time.
When processing is complete, a report file is created in the form "2024-01-30 18:53.json".
Supported DBMS
- postgresql
- mysql
Supported Report Language
- English
- Korean
Dependencies
~23–37MB
~582K SLoC