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