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

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/gdGy5Qq Cheers, Alexis https://ift.tt/gdGy5Qq June 5, 2024 at 03:10AM

No comments:

Show HN: NotepadJs – A cross-platform love letter to Notepad https://ift.tt/XSdUoZW

Show HN: NotepadJs – A cross-platform love letter to Notepad As a native Windows user who switched to macOS a few years back, one thing I ne...