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