Skip to main content

execute_sql

Function execute_sql 

Source
pub async fn execute_sql(
    sql: String,
    opts: ExecuteSqlOpts,
) -> Result<SqlResult, ServerFnError>
Expand description

执行 SQL(全读写,管理员)。护栏见模块文档。

§Handler information

  • Method: post
  • Path: <auto>