Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE node (node_id, <bunch of other node related columns>);
    CREATE TABLE edge (edge_id, from_node_id, to_node_id, <bunch of other 
    +edge related columns>);
    
  2. or download this
    sub _edges {
      my (%args) = @_;
    ...
      
      return 0;
    }