A struct mapper, query builder and migration tool for Go.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

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

    sq is a type-safe data mapper and query builder for Go. (by bokwoon95)

  • sqddl

    sqddl is a zero-configuration database migration tool.

  • Finally it comes with a migration tool, sqddl, that supports a code-first workflow where you define table structs in Go and the tool figures out the DDL statements required to reach that destination schema from a source schema. It's basically GORM's automigrate, except instead of passing in table structs one-by-one for reflection it parses all table structs on the level of Go source files so adding a new table is as simple as defining a new table struct in your Go code. You can view a runnable playground example here: https://go.dev/play/p/S0jptJmsn70 (N.B. you might need to hit run a second time if it times out).

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

  • Yeah, I've benchmarked it against sqlx: https://github.com/bokwoon95/go_sql_benchmarks.

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

  • Building a Sliding Puzzle with Go

    2 projects | dev.to | 13 May 2024
  • Criando um Sliding Puzzle em Go

    2 projects | dev.to | 13 May 2024
  • A Brief History Of Serverless

    10 projects | dev.to | 13 May 2024
  • File Storage Hustle

    1 project | dev.to | 13 May 2024
  • Beta9: The open-source serverless GPU container runtime

    1 project | news.ycombinator.com | 13 May 2024