Best packages?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. gqlgen

    go generate based graphql server library

    gqlgen for GraphQL services. It's well documented and maintained.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. httpexpect

    End-to-end HTTP and REST API testing for Go.

    httpexpect for testing HTTP services. Works great with both RESTful and GraphQL.

  4. bqb

    BQB is a lightweight and easy to use query builder that works with sqlite, mysql, mariadb, postgres, and others.

    (plug) bqb for very simple query building.

  5. goose

    A database migration tool. Supports SQL migrations and Go functions. (by pressly)

    goose for simple database migrations.

  6. sqlx

    general purpose extensions to golang's database/sql

    sqlx for database connections. It allows scanning into structs which saves a lot of time and is easier to use.

  7. chi

    lightweight, idiomatic and composable router for building Go HTTP services

  8. bun

    SQL-first Golang ORM (by uptrace)

    https://github.com/uptrace/bun For SQL building.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. cobra

    A Commander for modern Go CLI interactions

    Cobra for generating CLI's

  11. resty

    Simple HTTP, REST, and SSE client library for Go

    Go-resty makes it a lot easier to create a http client and much more readable for developers.

  12. rueidis

    Discontinued A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc. [Moved to: https://github.com/redis/rueidis] (by rueian)

    rueidis For fast client-side caching, distributed locking and Pub/Sub with Redis.

  13. badger

    Fast key-value DB in 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

  • GORM

    16 projects | /r/golang | 16 Feb 2023
  • DB schema management strategy (migrations)

    4 projects | /r/golang | 25 Oct 2022
  • Github template for Golang services

    6 projects | dev.to | 19 Jun 2022
  • Embedded database options

    10 projects | /r/golang | 18 May 2022
  • We Went All in on Sqlc/Pgx for Postgres and Go

    31 projects | news.ycombinator.com | 8 Sep 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?