#include "Database.h" bool Database::open(const std::string &path) { } void Database::addTask(uint64_t createTime, const std::string &content) { }