Database for Go projects?

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

    An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.

  • At work, we usually tend more towards PostgreSQL primarily because of: - Schema - Row Security Policies - More mature extensions to work with timeseries and geo data (Timescale, PostGIS, etc.)

  • GORM

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

  • If you and your team currently don't have any specific requirements, I'd advice to choose an abstraction library that have supports for most common dbs (eg. gorm or bun) and start with whatever db you are more used 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.

    InfluxDB logo
  • pgx

    PostgreSQL driver and toolkit 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

  • The DDD Hamburger for Go

    2 projects | dev.to | 6 Jan 2024
  • Golang equivalent of MyBatis/iBatis

    4 projects | /r/golang | 3 Jul 2023
  • Does sqlc/sqlx support MS-SQLServer? All examples for sqlc with postgres and mysql

    2 projects | /r/golang | 23 Feb 2023
  • Connect REST API to database with Go

    2 projects | dev.to | 15 Oct 2022
  • Dapper-like ORM, Mapping

    9 projects | /r/golang | 6 Oct 2022