Which Go database/storage package do you go for first when your program needs to store a moderate amount of organized data?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sqlite

  • From what I read, it’s quite a bit less performant and is not actually truly cross-platform yet (https://gitlab.com/cznic/sqlite/-/issues/62). I’m sure it’ll get there eventually, but it’s definitely not production ready.

  • hare

    Hare is a nimble little database management system for Go. (by jameycribbs)

  • I'm a bit biased, but I would recommend taking a look at a package I wrote called Hare (https://github.com/jameycribbs/hare).

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

    An entity framework for Go

  • Use https://entgo.io/ it will allow you to manage a complex schema without worrying about the actual storage

  • chai

    Modern embedded SQL database (by chaisql)

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