Screw DSLs. Write migrations using plain SQL

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pgmigrate

  • Flyway

    Flyway by Redgate • Database Migrations Made Easy.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sql-file

    Utility package for managing embedded hsqldb databases

  • Several years ago, I wrote something similar for Clojure, as part of a way to make it super simple to put a SQL database behind a Clojure all. Essential goal was for close to single jar file deployment.

    https://github.com/mschaef/sql-file

    Doesn’t get a lot of use aside from a few small things I use it for, but has been nice to have around.

    (This was before I knew of Flyway…. These days I might just link to that for the migration part.)

  • dbmate

    :rocket: A lightweight, framework-agnostic database migration tool.

  • migrate

    Database migrations. CLI and Golang library.

  • docker-sqitch-pgtap

    Run sqitch and pgTAP for PostgreSQL without installing them from docker

  • I use sqitch quite heavily on one of our projects, and miss it on the one where we use Ecto migrations with Elixir (although, for in-built migration functionality, Ecto migrations are very good).

    Installing sqitch and pgTAP (a unit testing framework for PostgreSQL) has always been a pain, so I ended up making a docker image that we now use at work: https://github.com/kineticcafe/docker-sqitch-pgtap

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do your teams run DB migrations?

    4 projects | /r/devops | 1 Jun 2023
  • Database version control: how do you do it at your company?

    5 projects | /r/dataengineering | 12 Oct 2022
  • Does Go have a nice library for database migrations etc without necessarily being a full ORM?

    8 projects | /r/golang | 26 Jun 2022
  • Ask HN: What tool(s) do you use to code review and deploy SQL scripts?

    5 projects | news.ycombinator.com | 14 Apr 2024
  • How to use SQLC with Golang

    1 project | dev.to | 3 Jan 2024