postgraph icon indicating copy to clipboard operation
postgraph copied to clipboard

Alter Label to Table Mapping/Creation Logic

Open JoshInnis opened this issue 7 months ago • 0 comments

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 becomes v__label_name etc. For vertices and edges add an e instead of the v.

Since there is no inheritance this should be pretty simple.

JoshInnis avatar Nov 25 '23 01:11 JoshInnis