ORM or no ORM that is the question

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

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

  • For basic INSERT ... VALUES ... or SELECT ... WHERE ... JOIN ..., use a library such as GORM. For INSERT .... SELECT ... statements where one combines two round trips (SELECT and INSERT) into one, ORMs have a hard time performing this query. Particularly when you start doing joins. Joins are the heart of Relational database theory (they denote relationships). So get to know what an INNER, LEFT, RIGHT and OUTER join is and why you would use them. Also learn INSERT ... SELECT ...

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

  • Não use funções puras com Go

    1 project | dev.to | 22 Oct 2023
  • Cache for CLI

    1 project | /r/golang | 22 Apr 2023
  • High Performance Web Framework Tasting-Database Operations

    5 projects | dev.to | 13 Nov 2022
  • Front-End Aspiring Dev looking to move towards Backend.. Go?

    1 project | /r/golang | 24 Sep 2022
  • Tracing Gorm queries with OpenCensus & Google Cloud Tracing

    1 project | dev.to | 7 Jul 2022