RSSAmplifier

Alex Edwards · Jun 13, 2015

Practical Persistence in Go: SQL Databases

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

This is the first in a series of tutorials about persisting data in Go web applications. In this post we'll be looking at SQL databases. I'll explain the basics of the database/sql package, walk through building a working application, and explore a couple of options for cleanly structuring your code. Before we get started you'll need to go get one of the drivers for the database/sql package . In…

Read on alexedwards.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.