SQL and Databases
Overview
This chapter will introduce you to databases – specifically relational databases – and how to access them via the Go programming language.
This chapter will guide you through how to connect to the SQL database engine, how to create a database, how to create tables in a database, and how to insert and retrieve data in and from tables. By the end of this chapter, you will be able to update and delete data in specific tables, as well as truncate and drop tables.