Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a feature to enforce neo4j conventions #57

Open
berrybeat opened this issue Jul 30, 2024 · 0 comments
Open

Add a feature to enforce neo4j conventions #57

berrybeat opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@berrybeat
Copy link
Owner

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

@berrybeat berrybeat added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant