GORM

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

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. sqlc

    Generate type-safe code from SQL

    Gorm is a orn not a api framework. Api frameworks consist of gin, echo, and a few others I can’t name off my head. If you’re looking for a orm(something to simplify the queries you’re building. I would suggest bun or sqlc both are very light weight and fast.

  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
  3. Squirrel

    Fluent SQL generation for golang

    or in general for accessing databases? * sqlx: general purpose extensions to database/sql * sqlc: generate type safe code from queries * squirrel: fluent SQL generator

  4. goose

    A database migration tool. Supports SQL migrations and Go functions. (by pressly)

    I'm using gorm for rapid development. But I just use the Gorm query builder and combine it with https://github.com/pressly/goose

  5. SQLBoiler

    Generate a Go ORM tailored to your database schema.

    You mean like ORMs? * sqlboiler: generates Go ORM using database schema.

  6. sqlx

    general purpose extensions to golang's database/sql

    or in general for accessing databases? * sqlx: general purpose extensions to database/sql * sqlc: generate type safe code from queries * squirrel: fluent SQL generator

  7. migrate

    Database migrations. CLI and Golang library.

    regarding migrations? * migrate

  8. badger

    Fast key-value DB in Go.

    I' see that I'm also set to check out BadgerDB next. https://github.com/dgraph-io/badger

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. pgx

    PostgreSQL driver and toolkit for Go

    If u/matimuszynianka is using Postgres for the backend, github.com/jackc/pgx is a fantastic utility. You can use it with vanilla types, or you can use the github.com/jackc/pgx/v5/pgtype library with it, for dealing with nullable columns.

  11. bqb

    BQB is a lightweight and easy to use query builder that works with sqlite, mysql, mariadb, postgres, and others.

    Plug for bqb as a query builder, but there's also squirrel which works pretty well too.

  12. dbmate

    🚀 A lightweight, framework-agnostic database migration tool.

  13. sql-migrate

    SQL schema migration tool for Go.

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

  • DB schema management strategy (migrations)

    4 projects | /r/golang | 25 Oct 2022
  • Best packages?

    11 projects | /r/golang | 16 Oct 2022
  • Github template for Golang services

    6 projects | dev.to | 19 Jun 2022
  • Embedded database options

    10 projects | /r/golang | 18 May 2022
  • We Went All in on Sqlc/Pgx for Postgres and Go

    31 projects | news.ycombinator.com | 8 Sep 2021