age
age copied to clipboard
Feat: python driver AGE query simplify function added
Added Simplified function for quickly use AGE in python code without having indepth knowledge.
Change List :
- Feature for Quickly
Add vertices - Feature for Quickly
Add edge - Feature for Quickly
Get ALL edges - Feature for Quickly
Get all vertices - Samples code using these features
- Added class function to get pg version
- Added class function to close connection
- Added class function to Create graph
- Added class function to delete graph
List of Function added :
- get_pg_version()
- close_connection()
- create_graph()
- delete_graph()
- dictToStr()
- extract_vertices()
- extract_edge()
- set_vertices()
- set_edge()
- get_all_edge()
- get_all_vertices
Note : Function (5-7) are helpful function to support function (8-11)
Hey @Munmud can you squash the commits that say "no deletation" and give a more meaningful title to them? Such as "removed whitespace" or some other description of the changes you made? Thanks
@dehowef squashed all commits into 1, added proper description. Have a look at it now.
Outdated now