Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 358 Bytes

go-data-access

This project is to demonstrate how to add data access layer in your go application

From the command prompt, set the DBUSER and DBPASS environment variables for use by the Go program.

On Linux or Mac:

$ export DBUSER=username

$ export DBPASS=password

On Windows (On project directory):

set DBUSER=username

set DBPASS=password