# README
page_type: sample languages:
- go products:
- azure-sql-database
Developing applications with Go and Azure SQL
This information is meant to pair with the steps from getting started tutorials, so please follow along there.
Please visit our getting started tutorials
# Functions
CreateEmployee inserts an employee record.
DeleteEmployee deletes an employee from the database.
Delete all the tasks for a user.
Delete an employee from database.
Read and print all the tasks.
ReadEmployees reads all employee records.
Gets and prints SQL Server version.
UpdateEmployee updates an employee's information.
Update a task based on a user.