Munmud commented on PR #1111: URL: https://github.com/apache/age/pull/1111#issuecomment-1678991663
### Description This update introduces several new functionalities to the Python driver, aiming to streamline the process of working with node labels. The enhancements include the addition of `getOidOfGraph()`, `get_vlabel()`, and `create_vlabel()` functions, which collectively contribute to a more efficient and user-friendly experience when dealing with node labels. While these operations can be performed manually, integrating these functions into the driver significantly `reduces the learning curve for beginners`. ### Changes Made: 1. Added getOidOfGraph(): Implemented a new function, getOidOfGraph(), in the Python driver. This function retrieves the Object ID (OID) associated with a specific graph, providing a convenient way to identify graphs within the driver. 2. Added get_vlabel(): Introduced the get_vlabel() function to the Python driver. This function facilitates the retrieval of all node labels associated with a graph, streamlining the process of obtaining node label information. 3. Added create_vlabel(): Implemented the create_vlabel() function within the Python driver. This function allows for the quick creation of node labels, simplifying the process of defining and adding new labels to nodes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
