pub async fn sql(
__arg0: State<ApiState>,
__arg1: Query<SqlQuery>,
__arg2: Extension<QueryContext>,
__arg3: Form<SqlQuery>,
) -> HttpResponseExpand description
Handler to execute sql
pub async fn sql(
__arg0: State<ApiState>,
__arg1: Query<SqlQuery>,
__arg2: Extension<QueryContext>,
__arg3: Form<SqlQuery>,
) -> HttpResponseHandler to execute sql