//
pkg.gl
Category
github.com/vanillaiice/itpg
db
package
0.7.5
Repository:
https://github.com/vanillaiice/itpg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
3
Files
44 SLOC
#
Packages
cache
Package cache implements a basic redis cache.
postgres
No description provided by the author
sqlite
No description provided by the author
#
Structs
Course
Course represents a course with its code and name.
Professor
Professor represents a professor with surname, middle name, and name.
Score
Score represents a score for a course and its professor.
#
Interfaces
DB
DB is the database interface.