package
0.0.0-20210311143557-2ca6c93433ff
Repository: https://github.com/joncrlsn/go-examples.git
Documentation: pkg.go.dev

# README

data access examples

This demonstrates a pattern for accessing data in a database. This case specifically authenticating users.

Service objects are singletons that have business logic. They use the DAO (data access object) singletons when they interact with the database.

# Packages

No description provided by the author