WeChatFerry/spy/exec_sql.h

8 lines
162 B
C
Raw Normal View History

2022-08-07 23:32:25 +08:00
#pragma once
#include "pb_types.h"
2022-08-07 23:32:25 +08:00
DbNames_t GetDbNames();
DbTables_t GetDbTables(const string db);
DbRows_t ExecDbQuery(const string db, const string sql);