pub fn insert_urls(
conn: &Connection,
memory_id: i64,
urls: &[MemoryUrl],
) -> usizeExpand description
Inserts multiple URLs for a memory. Returns the count inserted (duplicates ignored). Individual errors are logged as warn and not propagated — non-critical path.