Skip to main content

get_edge_targets_sqlite

Function get_edge_targets_sqlite 

Source
pub async fn get_edge_targets_sqlite(
    pool: &SqlitePool,
    from: &RecordId,
    edge_table: &str,
) -> Result<Vec<RecordId>>