# Functions
No description provided by the author
No description provided by the author
CreateTable creates the table(s) required for calor.
Fetches a single reading from the DB.
Prepare statements prepares the given statement for a transaction.
# Structs
No description provided by the author
A SqliteDB is a CalorDB that is backed by a SqliteDB file.
Some DB drivers are weird about dates (SQLITE), hence when we query we'd like to do so with integers representing exact unix timestamp.
# Interfaces
A CalorDB implements the functions required to record and read back readings from calor thermometers.