Web Programming in Go: Data Storage in Go

placeholder

In web application development data storage is utilized in a number of ways including in memory in files and in relational databases. In the Go Programming Language (also known as Golang) data storage can be used persistently to improve performance. In this course you will learn about data storage in Go and how to utilize it in the creation of web applications. First you will learn about data storage in Go and template engines including the purpose of persistent storage and how implement in-memory storage using structs. Then you will learn about the concept of working with gobs and SQL and how to store and retrieve data from a SQL database. Finally you will learn about SQL mappers and how to utilize them in Go.