pub async fn get_db_schema() -> Result<SqlSchema, ServerFnError>
拉取数据库 schema(表名 + 列名),供 CodeMirror SQL 补全。
post
<auto>