good library for comparing databases? #2327
mdodge-ecgrow
started this conversation in
General
Replies: 2 comments 1 reply
-
@mdodge-ecgrow, Do you want to check it in two different SQL queries or the same SQL query? The library can parse to retrieve the table and column list for the SQL, and you can compare the list for different SQL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Multiple different queries is fine. And can it compare data down to the row level too? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would this be a good library to compare two databases? I would like to build a backend admin page to show differences between two databases.
For example:
"There are two more rows in this db.table that are not in this db.table"
"The quantity field in for this row in table is different between db1 and db2"
etc
Beta Was this translation helpful? Give feedback.
All reactions