Older/Server/Database.cpp

8 lines
149 B
C++
Raw Normal View History

2023-12-30 00:15:03 +08:00
#include "Database.h"
bool Database::open(const std::string &path) {
}
void Database::addTask(uint64_t createTime, const std::string &content) {
}