schema leema
schema leema is an advanced, Rust-based Postgres SQL update tool specifically designed for streamlined execution and management of database updates in PostgreSQL environments. It simplifies the process of deploying SQL script changes, ensuring a smooth and consistent update process.
Check out the project on GitHubHandles raw SQL scripts, facilitating the creation, modification, and deletion of database schema objects (and more).
Maintains a detailed record of executed scripts, ensuring each script is applied once and in the correct order.
Utilizes robust hash functions to verify the integrity of scripts, accurately detecting any alterations since their last execution.
Provides an extensive logging mechanism that records every script execution and rerun, enhancing transparency and traceability.
Comes with a user-friendly Command-Line Interface (CLI), making it easy to integrate into development workflows and CI/CD pipelines.
Exclusively designed for PostgreSQL, ensuring seamless compatibility and adept handling of PostgreSQL's unique features and SQL dialect.