package
0.0.0-20170529101659-ae7a0979dce3
Repository: https://github.com/thearavind/go-gin-crud.git
Documentation: pkg.go.dev

# Functions

ConnectToDb - Initializes the ORM and Connection to the postgres DB.
GetOrmObject - Getter function for the ORM object with which we can query the database.

# Structs

Users - Model for the uses table.