# Functions
NewDB creates a new DB connection.
# Variables
CheckDataset checks if dataset name exists.
CheckFilePermission checks if user has permissions to access the dataset the file is a part of.
DB is exported for other packages.
GetDatasetFileInfo returns information on a file given a dataset ID and an upload file path.
GetDatasetInfo returns further information on a given `datasetID` as `*DatasetInfo`.
GetFile retrieves the file header.
GetFiles retrieves the file details.
# Structs
No description provided by the author
FileDownload details are used for downloading a file.
FileInfo is returned by the metadata endpoint.
SQLdb struct that acts as a receiver for the DB update methods.