Function sql

Source
pub async fn sql<S>(
    __arg0: State<S>,
    __arg1: Path<SqlParams>,
    __arg2: Query<SqlQueryParams>,
    __arg3: Extension<SpacetimeAuth>,
    body: String,
) -> Result<impl IntoResponse>