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…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.