package
2.0.0+incompatible
Repository: https://github.com/aplescia-chwy/lets-go.git
Documentation: pkg.go.dev
# Functions
InsertIntoDatabase uses a given DB connection to insert a pointer into a database.
OpenPostgresConnection opens a postgres connection using the SQL ORM library Gorm.
QueryAllFromDatabase uses a given DB connection to query all of type desiredStruct from the database.Expects a slice.