When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Accessing Non-relational Databases in Go

This course will teach you how to use the Go language to access non-relational databases and perform various CRUD operations.

     
  • 4
  •  |
  • Reviews ( 14 )
Free
Accessing Non-relational Databases in Go

This Course Includes

  • iconpluralsight
  • icon4 (14 reviews )
  • icon47 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Accessing Non-relational Databases in Go

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.

What You Will Learn?

  • Course Overview : 1min.
  • Getting Started with Go and Non-relational Databases : 16mins.
  • Implementing CRUD Operations : 29mins.