Go lang is not so simple

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

    general purpose extensions to golang's database/sql

  • I agree with this, but at the same time, it is very easy to get this wrong. For instance, a dev could use MustExec in the sqlx driver (or use it unknowingly through a 3rd party) and if something goes wrong with the query, the entire program crashes: https://github.com/jmoiron/sqlx/blob/00c6e74d816a1ce682afa7699a94c6b29b5f3c7c/named.go#L74

  • go

    The Go programming language

  • Nice. What's the purpose of NullInt64 then? https://github.com/golang/go/blob/master/src/database/sql/sql.go#L214

  • 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