age icon indicating copy to clipboard operation
age copied to clipboard

Feat: python driver AGE query simplify function added

Open Munmud opened this issue 2 years ago • 2 comments

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 :

  1. get_pg_version()
  2. close_connection()
  3. create_graph()
  4. delete_graph()
  5. dictToStr()
  6. extract_vertices()
  7. extract_edge()
  8. set_vertices()
  9. set_edge()
  10. get_all_edge()
  11. get_all_vertices

Note : Function (5-7) are helpful function to support function (8-11)

Munmud avatar Mar 31 '23 07:03 Munmud

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 avatar Apr 20 '23 21:04 dehowef

@dehowef squashed all commits into 1, added proper description. Have a look at it now.

Munmud avatar Apr 21 '23 12:04 Munmud

Outdated now

dehowef avatar Oct 05 '23 14:10 dehowef