Skip to main content

execute

Function execute 

Source
pub(super) async fn execute(
    db: &PgPool,
    catalog: &SchemaCatalog,
    q: TableQuery,
) -> Result<Vec<Value>, QueryError>