Building Microservices in Go: Accessing PostgreSQL Databases - Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Slides and examples used for my training videos (by MarioCarrion)

    The full code example mentioned in this post is available on Github, please make sure to read the README for specifics.

  • sqlx

    general purpose extensions to golang's database/sql

    Similarly to database/sql, there's the Illustrated guide to SQLX which should help you navigate the usage of this package, it also includes examples using MySQL and PostgreSQL.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • go-database-sql-tutorial

    Discontinued A tutorial for Go's database/sql package

    Go database/sql tutorial is the de-facto resource for understanding how to work with this package together with examples using MySQL and PostgreSQL.

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