Skip to content

k1ln/postgresDataStructureLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Database Structure Change Logger for PostgreSQL

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.

Features

Change Logging: The tool logs all changes made to the structure of your PostgreSQL database. Data Logging is not part of this.

Revert Statements

For every change logged, the tool generates a corresponding revert statement. This allows you to easily undo any changes if necessary.

Usage

To use this tool, run the createSqlDataSTructureChangeLog.sql script on your PostgreSQL database. Then you can find the log in the ddl_log table.

Note

This tool is specifically designed for PostgreSQL databases. It will not work with other types of databases.

Support

If you encounter any issues or have any questions about this tool, please open an issue in this repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors