pub fn get_files_by_ids(
conn: &Connection,
ids: &[String],
) -> Result<Vec<FileRecord>>Expand description
Look up multiple file records by their IDs.
pub fn get_files_by_ids(
conn: &Connection,
ids: &[String],
) -> Result<Vec<FileRecord>>Look up multiple file records by their IDs.