Skip to main content

execute_select_postgres

Function execute_select_postgres 

Source
pub async fn execute_select_postgres(
    pool: &PgPool,
    compiled: &CompiledQuery,
    default_table: &str,
) -> Result<Vec<Value>>