# Functions
BBoltTransaction is a piece of Buffalo middleware that wraps each request in a BBoltDB transaction.
DBToJSON encodes the site's SQL structure to json.
# Structs
Category is used by pop to map your categories database table to your go code.
Evaluation is used by pop to map your evaluations database table to your go code.
Forum is used by pop to map your forums database table to your go code.
Reply is used by pop to map your replies database table to your go code.
Submission is used by pop to map your submissions database table to your go code.
Topic is used by pop to map your topics database table to your go code.
User is used by pop to map your users database table to your go code.
# Type aliases
ByArchived slice of Topics.
ByVotes sorts primarily by archived, then by votes, lastly by creation date.
Categories is not required by pop and may be deleted.
Evaluations is not required by pop and may be deleted.
Forums is not required by pop and may be deleted.
Replies and sort algorithm.
Submissions is not required by pop and may be deleted.
Topics slice of Topics.
Users is not required by pop and may be deleted.