Golang backend with lots of raw SQL queries

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

Our great sponsors
  • Mergify - Updating dependencies is time-consuming.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarQube - Static code analysis for 29 languages.
  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • sqlx

    general purpose extensions to golang's database/sql

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • null

    reasonable handling of nullable values

  • goqu

    SQL builder and query library for golang

    I use https://github.com/doug-martin/goqu to create SQL queries. In the hope we can make it a bit more 'platform independant'

  • SQLBoiler

    Generate a Go ORM tailored to your database schema.

    I used https://github.com/volatiletech/sqlboiler. It's a database-first OEM generator. Comes with CRUD functions and helper with 0 config needed.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

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