
Fork
GitKraken
GitHub Desktop
SmartGit
SourceTree
tig
TortoiseGit
Sublime Merge
Flyway
Liquibase
Slick
Sequel Pro
Sqitch
PostGIS
Redgate Deploy
DataGrip
FlywayFlyway is recommended for developers and teams looking for a straightforward solution to manage database migrations, especially in agile and continuous integration/continuous deployment (CI/CD) environments. It is particularly useful for teams that need to ensure database consistency across different stages of development and production.
Fork might be a bit more popular than Flyway. We know about 92 links to it since March 2021 and only 62 links to Flyway. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Lazygit is great, I use it all the time for straight forward git-fu. But if you do any advanced work that involves merging a complex codebase across multiple branches and having to manage your load of conflicts, I find Fork[1] (the free version does fine) still takes the cake for that, as the clarity and lack of keyboard bindings, is essential; to make good, conscious decisions. [1] https://git-fork.com. - Source: Hacker News / 10 months ago
Kind of a confusing headline if you have never heard of the "Fork" GUI client for git on non-Linux platforms. https://git-fork.com/. - Source: Hacker News / 11 months ago
✨ Super simple — perfect for visual thinkers, right? Download: https://git-fork.com/. - Source: dev.to / about 1 year ago
Try Fork, it's still obviously git, but it's the easiest I've found so far: https://git-fork.com/. - Source: Hacker News / over 1 year ago
Agreed. I’d pay for this (I pay for [Fork][1]), but never as a subscription. [1]: https://git-fork.com. - Source: Hacker News / almost 2 years ago
If you're running PostgreSQL in production but want SQL-based migrations with support for MySQL, Oracle, or SQL Server, Flyway is excellent. - Source: dev.to / 5 months ago
Flyway is a Java-based migration tool that’s widely used in enterprise settings. While not Go-native, you can integrate it into Go projects using its CLI or by calling its Java library. Flyway is great for teams needing robust versioning and audit-ready migration history. - Source: dev.to / about 1 year ago
Usually there is a need to run SQL database updates: update table columns, add new rows, create a new schema etc. Often developer teams are using Flyway It is an open-source database SQL deployment tool. In Flyway, all DDL and DML changes to the database are called migrations. Migrations can be versioned or repeatable. - Source: dev.to / over 2 years ago
Our client's engineering team recommended Flyway and successfully used it to manage their migrations. We chose to adopt Flyway due to its simplicity, speed, reliability, and successful implementation by our client's engineering team. Their existing codebase and experiences allowed us to transition smoothly to Flyway. - Source: dev.to / about 2 years ago
The session logs show that the application loads configurations and establishes a connection with a PostgreSQL database. This involves initializing a HikariCP connection pool and Flyway for database migrations. The logs confirm that the database schema validation and migration checks were successful. The startup of the Jetty HTTP server follows, and the server becomes operational and ready to accept requests on... - Source: dev.to / over 2 years ago
GitKraken - The intuitive, fast, and beautiful cross-platform Git client.
Liquibase - Database schema change management and release automation solution.
GitHub Desktop - GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.
Slick - A jquery plugin for creating slideshows and carousels into your webpage.
SmartGit - SmartGit is a front-end for the distributed version control system Git and runs on Windows, Mac OS...
Sequel Pro - MySQL database management for Mac OS X