Go diff-tables

Open-source Go projects categorized as diff-tables

Go diff-table Projects

diff-tables
  1. skeema

    Declarative pure-SQL schema management for MySQL and MariaDB

    Project mention: Declarative Schemas for Simpler Database Management | news.ycombinator.com | 2025-04-03

    The article isn't claiming to have invented declarative schema management though. They're just saying it is now available as a feature in Supabase. (Personally I think that's great!)

    Regarding prior art: Django migrations are indeed declarative, and were very early in this space. But they're tied to Python model definitions in the ORM, which is a bit more of a special-case than the native SQL CREATE based approach described here.

    As for Prisma Migrate, they directly copied several innovations from my tool Skeema [1] which has been available since 2016, so they can be equally accused of "reinventing" things :)

    Not that I invented pure-SQL declarative schema management either, by any stretch. I was largely inspired by the workflow at Facebook, who adopted declarative table management company-wide back in ~2012 or so.

    [1] https://github.com/skeema/skeema

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go diff-tables discussion

Log in or Post with

Go diff-tables related posts

  • Ask HN: Are there any CLI only tools that are monetised

    4 projects | news.ycombinator.com | 4 Feb 2025

Index

# Project Stars
1 skeema 1,332

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?