Older/Server/Database.cpp
2023-12-30 00:15:03 +08:00

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) {
}