pub async fn fetch_all<'e, T, DB, Ex>(
sql: &str,
params: &[Value],
executor: Ex,
) -> Result<Vec<T>, FletchError>Expand description
Execute a raw SQL query and return all matching rows.
pub async fn fetch_all<'e, T, DB, Ex>(
sql: &str,
params: &[Value],
executor: Ex,
) -> Result<Vec<T>, FletchError>Execute a raw SQL query and return all matching rows.