GORM, PostgreSQL & Atlas

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

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. gorm-atlas

    A Starter GORM + Atlas project with migration strategy in place

    In this post, we discuss our approach to managing a PostgreSQL database with GORM and Atlas in a collaborative development environment. We chose this tech stack for its advanced features, robust schema management, and seamless integration. GORM simplifies interactions with PostgreSQL and automates migrations, while Atlas handles schema versioning and ensures consistency across environments. For a practical example, check out this basic example repository.

  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. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

    PostgreSQL offers a rich set of features such as support for complex data types, full-text search, and JSONB, making it suitable for sophisticated applications.

  4. GORM

    The fantastic ORM library for Golang, aims to be developer friendly

    GORM is a, quite conveniently named, ORM for GO

  5. atlas

    Manage your database schema as code (by ariga)

    Atlas is a modern database schema management tool that provides a declarative way to manage database schemas and migrations.

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

  • I made SQL easy in Go

    2 projects | dev.to | 2 Feb 2025
  • TypeScript dev tools in the Golang world

    1 project | dev.to | 1 May 2024
  • Prisma Client Go: Typesafe Database Client for Golang

    1 project | news.ycombinator.com | 20 Jan 2024
  • Go ORMs Compared

    5 projects | dev.to | 18 Jan 2024
  • Tenha controle sobre seu SQL com Golang e SQLC

    3 projects | dev.to | 25 Nov 2023

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