This tool is designed to log changes made to your PostgreSQL databases and provide revert statements in markup. It's an essential utility for managing database migrations and ensuring data integrity.
Change Logging: The tool logs all changes made to the structure of your PostgreSQL database. Data Logging is not part of this.
For every change logged, the tool generates a corresponding revert statement. This allows you to easily undo any changes if necessary.
To use this tool, run the createSqlDataSTructureChangeLog.sql script on your PostgreSQL database. Then you can find the log in the ddl_log table.
This tool is specifically designed for PostgreSQL databases. It will not work with other types of databases.
If you encounter any issues or have any questions about this tool, please open an issue in this repository.
This project is licensed under the MIT License. See the LICENSE file for more details.