added login suppport
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
bool exec(const char* sqlQuery);
|
||||
bool exec(const std::string& sqlQuery);
|
||||
|
||||
std::optional<int64_t> insert(const char* sql);
|
||||
std::optional<int64_t> insert(const std::string& sql);
|
||||
|
||||
std::set<std::string> getStrSet(const std::string& sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user