# Functions
NewPostgres returns a new instance of `Postgres` with a connection to the postgres db based on provided parameters.
NewTranslatedError returns a pointer to a new `TranslatedError`.
# Structs
Postgres wraps the db connection to a postgres instance.
ProjectData represents a `project_data` database record.
TranslatedError is a database error translated with HTTP Status code.