You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At the moment there is no rule set to force the PascalCase convention for labels or camelCase for properties. This means if the code base is changed or the input is changed, the data may get corrupted.
Describe the solution you'd like
On configuring neo4j, we will add a new method which says .EnforceNeo4jConventions. This method makes sure all labels will be transferred to neo4j as PascalCase and all properties as camelCase
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At the moment there is no rule set to force the PascalCase convention for labels or camelCase for properties. This means if the code base is changed or the input is changed, the data may get corrupted.
Describe the solution you'd like
On configuring neo4j, we will add a new method which says
.EnforceNeo4jConventions
. This method makes sure all labels will be transferred to neo4j as PascalCase and all properties as camelCaseThe text was updated successfully, but these errors were encountered: