pub const SQL_QUERY_WRITE_REFILL_EVENT: &str = "INSERT into refill(Timestamp, Duration, Volume, ErrorCode) values(:timestamp, :duration, :volume, :error_code);";
Writes the last refill event to the database.