pub async fn relate_edge_postgres( pool: &PgPool, from: &RecordId, edge_table: &str, to: &RecordId, ) -> Result<()>