/plushcap/analysis/digitalocean/create-a-simple-contacts-list-with-go

Creating a Simple Contacts List with Go and PostgreSQL

What's this blog post about?

This tutorial guides you through building a simple contacts list web page using Go and PostgreSQL. The resulting page displays a list of contacts fetched from a PostgreSQL database. Along the way, you will learn how to connect to a Postgres database in Go using the sqlx and pgx packages, render data dynamically using a template, and serve the resulting page on an HTTP server.

Company
DigitalOcean

Date published
March 18, 2019

Author(s)
Kamal Nasser

Word count
2398

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.