Skip to main content

handle_query

Function handle_query 

Source
pub(super) async fn handle_query(
    db: &PgPool,
    catalog: &SchemaCatalog,
    params: TableQuery,
) -> Result<CallToolResult, ErrorData>