13. SQL and Databases
Overview
This chapter's aim is to enable you to connect to SQL databases with the help of the Go programming language.
You will start by learning to connect to databases, creating tables in a database and insert data into and retrieve data from tables. By the end of this chapter, you will be able to update and delete data in specific tables, and also truncate and drop tables.