emilpriver/geni
Version updated for https://github.com/emilpriver/geni to version v1.3.0.
- This action is used across all versions by 5 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Geni is a lightweight and high-performance database migration tool designed to streamline collaborative development by preventing conflicts in database migrations. It supports multiple database systems (Postgres, MariaDB, MySQL, SQLite, and LibSQL) and automates tasks like generating, applying, rolling back, and tracking migrations, as well as managing database creation and schema dumps. Built with Rust, Geni is optimized for speed, memory safety, and integration into CI/CD pipelines to ensure databases remain synchronized with application code.
What’s Changed
What’s Changed
- Bump rand from 0.8.5 to 0.8.6 in the cargo group across 1 directory by @dependabot[bot] in https://github.com/emilpriver/geni/pull/289
- Improve the output of dump for postgres, maria and mysql by @emilpriver in https://github.com/emilpriver/geni/pull/292
Full Changelog: https://github.com/emilpriver/geni/compare/v1.2.1...v1.3.0