8 lines
149 B
C++
8 lines
149 B
C++
#include "Database.h"
|
|
|
|
bool Database::open(const std::string &path) {
|
|
}
|
|
|
|
void Database::addTask(uint64_t createTime, const std::string &content) {
|
|
}
|