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