Advanced Programming in Go: Accessing Databases

Go    |    Intermediate
  • 11 videos | 1h 10m 40s
  • Includes Assessment
  • Earns a Badge
Rating 4.6 of 10 users Rating 4.6 of 10 users (10)
The ecosystems of mainstream programming languages include various types of client mechanisms for interacting with common databases, including both SQL and NoSQL databases. The Go programming language is no exception. The Go ecosystem contains multiple libraries for building and using SQL and several drivers for connecting with and operating on different databases. In this course, explore how databases are accessed from Go programs. Work with databases by implementing a database driver for Go. Experiment by performing various operations and transactions on the database. Work with prepared statements. Finish up by practicing how to handle errors, null values, and unknown columns. Upon completion, you'll be able to perform several routine database operations from your Go program.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Describe how databases are accessed in go programs
    Install mysql database in a local development environment
    Create a mysql database and populate it with data using mysql workbench
    Install a database driver to connect to a database with go code
    Perform read operations against a database in go
  • Create and use prepared statements in relation to databases in go programs
    Perform create, update, and delete operations against a database in go
    Implement transactions against a database in go
    Use an intrinsic approach in go for handling errors, null values, and unknown columns
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 1m 41s
  • 9m 54s
  • Locked
    3.  Installing MySQL Database
    5m 43s
  • Locked
    4.  Creating a MySQL Database Using Workbench
    5m 28s
  • Locked
    5.  Accessing Databases with Go
    7m
  • Locked
    6.  Performing Data Retrieval Operations with Go
    8m 16s
  • Locked
    7.  Using Prepared Statements with Go Programs
    5m 3s
  • Locked
    8.  Performing Data Manipulation Operations with Go
    6m 22s
  • Locked
    9.  Executing Transactions with Go
    7m 59s
  • Locked
    10.  Handling Errors, Nulls, and Unknown Columns with Go
    12m 23s
  • Locked
    11.  Course Summary
    52s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 41 users Rating 4.5 of 41 users (41)
Rating 4.6 of 23 users Rating 4.6 of 23 users (23)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.6 of 13 users Rating 4.6 of 13 users (13)
Rating 4.4 of 16 users Rating 4.4 of 16 users (16)
Rating 4.5 of 22 users Rating 4.5 of 22 users (22)