Databases are an integral component of the data-driven application. The Go language makes it easy to access any non-relational database with its drivers. In this course, Accessing Non-relational Databases in Go, you will learn to use the Go language to interact with non-relational databases. First, you will explore how to connect the Go language with a non-relational database via its driver. Next, you will explore the four most important database operations - Create, Retrieve, Update, and Delete (CRUD). When you are finished with this course, you will have the skills and knowledge needed of the Go language to access non-relational databases.
Overview
Databases are an integral component of the data-driven application. The Go language makes it easy to access any non-relational database with its drivers. In this course, Accessing Non-relational Databases in Go, you will learn to use the Go language to interact with non-relational databases. First, you will explore how to connect the Go language with a non-relational database via its driver. Next, you will explore the four most important database operations - Create, Retrieve, Update, and Delete (CRUD). When you are finished with this course, you will have the skills and knowledge needed of the Go language to access non-relational databases.
Syllabus
- Course Overview 1min
- Getting Started with Go and Non-relational Databases 16mins
- Implementing CRUD Operations 29mins
Taught by
Pinal Dave