Skip to content

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

Notifications You must be signed in to change notification settings

iamyusuf/go-data-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published