postgraph icon indicating copy to clipboard operation
postgraph copied to clipboard

All in One Graph Extension for Postgres

Results 100 postgraph issues
Sort by recently updated
recently updated
newest added

Allow `MATCH (:label_name ONLY)` keyword so that users can control inheritance on the vertex and edge level

enhancement
Functionality

Allow `MATCH ONLY (:label_name)` so that users can disable parallelism on the MATCH clause level

enhancement
Functionality

Remove the Inheritance from the tables. Then add a query walker that finds the rels and expands to all the labels.

maintenance

Alter the Label that is created to be the path that a label has from the default label. For the top just add _ So label_name becomes v_label_name and _label_name...

maintenance