Skip to main content

link_memory_relationship

Function link_memory_relationship 

Source
pub fn link_memory_relationship(
    conn: &Connection,
    memory_id: i64,
    rel_id: i64,
) -> Result<(), AppError>
Expand description

Links a memory to a relationship in the memory_relationships join table.

ยงErrors

Returns AppError::Database when the underlying SQLite operation fails.