add mysql & http funcs

This commit is contained in:
alice
2026-07-28 23:44:07 +02:00
parent befebc4b6e
commit 0b79c0c114
43 changed files with 3023 additions and 146 deletions
+2
View File
@@ -76,6 +76,8 @@ namespace scripting
{
return {this->id_, this->get_value_id(key.as<S>())};
}
throw std::runtime_error("invalid key type");
}
private: