Below you will find pages that utilize the taxonomy term “Emilpriver”
April 30, 2026
emilpriver/geni
Version updated for https://github.com/emilpriver/geni to version v1.3.1.
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, Rust-based database migration tool designed to streamline collaboration and automate database schema changes in development and CI/CD pipelines. It supports multiple databases, including PostgreSQL, MySQL, MariaDB, SQLite, and LibSQL, allowing developers to create, apply, and roll back migrations with transactional safety. Key features include timestamp-based migrations, schema dumping for version control, and compatibility with various database environments, addressing the challenge of managing consistent database migrations across teams.
April 29, 2026
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.