This tutorial will show you how to get started with 'database/sql'. First, you’ll learn how to set up and connect to a database. Then, you’ll implement basic queries – insert new rows, query rows, use prepared statements, and work with the transactions.