add_node                Generates the SQL to add a node to the database
atomic                  An atomic transaction wrapper function
connect_nodes           Add an edge to the database
find_inbound_neighbors
                        Generates the SQL to find the inbound neighbors
                        for a node in the database
find_neighbors          Generates the SQL to find the neighbors for a
                        node in the database
find_node               Generates the SQL to find a node from the
                        database
find_nodes              Generate SQL to find nodes matching a criteria
find_outbound_neighbors
                        Generates the SQL to find the outbound
                        neighbors for a node in the database
get_connections         Generates the SQL to find the connections for a
                        node in the database
initialize              Initialize a new graph database
remove_node             Generates the SQL to remove a node from the
                        database
set_id                  Sets the id attribute in JSON data
traverse                Finds the path as you traverse the graph
upsert_node             Generates the SQL to upsert a node in the
                        database
visualize               Generates dot files for visualization of the
                        graph
