SQL Migrations with Cobra & Golang migrate

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • sqlitebrowser

    Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

  • It's working and as you can see it created a myDB file. I will open this file in DB Browser for Sqlite that is a GUI for SQLITE.

  • migrate

    Database migrations. CLI and Golang library.

  • In a new directory migrations I am going to create a 1_install.up.sql file and a 1_install.down.sql, this syntax will allow golang migrate to know the version of our migration file as well as the action.

  • 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
  • migration-cli

    Simple migration cli

  • Okay, that's it! I hope this article will help 😀 The code source is here.

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

  • SQLite the only database you will ever need in most cases

    12 projects | news.ycombinator.com | 15 Feb 2023
  • SQLite: Past, Present, and Future

    4 projects | news.ycombinator.com | 1 Sep 2022
  • What’s your preferred setup to work with SQL DB (without ORM) ?

    10 projects | /r/golang | 20 Jul 2022
  • TypeScript dev tools in the Golang world

    1 project | dev.to | 1 May 2024
  • Why SQLite Uses Bytecode

    3 projects | news.ycombinator.com | 30 Apr 2024