Show HN: I Made New Golang Database Migration Tool https://ift.tt/AxOtRmP

Show HN: I Made New Golang Database Migration Tool Hello HN, I've just released a new migration tool for Go that mimics the functionality of Ruby on Rails migrations. It's designed to help Go developers manage database schema changes with ease. This allows you several benefits: - Write type-safe migrations - Auto down of migrations whenever it's possible - Easy backfill even with business logic because it's Go code - Painless integration with existing schema - sql.DB compatible and driver agnostic (it uses your driver) I have a pretty complete API to manage Postgres schema and I am working on the SQLite one (a little more complicated due to the lack of ALTER TABLE expressions). You can use a non-implemented database, you just will do SQL queries and won't have the benefits of the API. Try it and give me some feedback, I would be happy to know what you think about my project! GitHub: https://ift.tt/ObAQv6B Cheers, Alexis https://ift.tt/ObAQv6B June 5, 2024 at 08:10PM

Komentar

Postingan populer dari blog ini

Show HN: Interactive exercises for GNU grep, sed and awk https://ift.tt/OxeFwah

Show HN: Create demos & guides just with a simple prompt https://ift.tt/HfWo3mz