added login suppport

This commit is contained in:
2025-10-20 23:06:33 +02:00
parent 4916b4f1c1
commit 5a1297dc80
10 changed files with 227 additions and 118 deletions

View File

@@ -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);