The main goal of the project is to develop a database comparison application.
It is possible to save a snapshot of some or all tables of a given database as a way of saving a database state for future comparisons.
There are four modes of comparison:
1-database instance with database instance
2-database instance with snapshot
3-snapshot with database instance
4-snapshot with snapshot
It is possible to save the result of a comparison.
Any database (accessed through a JDBC driver) may be used.