Connect Using the SAP HANA Go Interface
January 12, 2021
Beginner
15 min.
Create and debug a Go application that connects to SAP HANA using the SAP HANA client.
You will learn
- How to install Go
- How to create a Go application that queries a SAP HANA Database
Prerequisites
- You have completed the first 3 tutorials in this mission.
Go is an open source programming language developed by Google to increase productivity among programmers. For more information, see the Go Documentation.
Step 1: Install Go
Step 2: Build the SAP HANA Client Go driver
Step 3: Create a Go application that queries an SAP HANA database
Step 4: Debug the application