# Building a social app with Spin (3.5/4): Go Postgres Usage

DevFeed: [Building a social app with Spin (3.5/4): Go Postgres Usage](<https://devfeed.tech/articles/building-a-social-app-with-spin-3-5-4-go-postgres-usage-15180.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/building-a-social-app-with-spin-3-5>)

Author: Justin Pflueger

Published: 2023-03-20T17:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [go](<https://devfeed.tech/tags/go.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

A follow-up tutorial builds a social app with Go, implementing persistence with Postgres and building on previously generated Spin SDK bindings.

## Source excerpt

I'm Justin Pflueger - In this add-on blog post, I'll build on the work from last week where I generated Spin SDK bindings for Go as we implement persistence with Postgres.