Hi! Is the SQL plugin available to be called from ...
# extensions
d
Hi! Is the SQL plugin available to be called from extensions? I get responses from
static QueryData selectAllFrom(const std::string& table);
but not from
explicit SQL(const std::string& query, bool use_cache = false);