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

Schema creation and validation #44

Closed
MasterMedo opened this issue Dec 8, 2021 · 1 comment
Closed

Schema creation and validation #44

MasterMedo opened this issue Dec 8, 2021 · 1 comment

Comments

@MasterMedo
Copy link
Contributor

Memgraph is schemaless, but some use-cases require strict validation rules. Instead of enforcing the schema in Memgraph, the user should be able to enforce it easily in GQLAlchemy. With pydantic we should be able to add schema validation to the graph objects.

@MasterMedo MasterMedo added this to the Release v1.1 milestone Dec 8, 2021
@MasterMedo MasterMedo added this to To do in Release v1.1 Dec 8, 2021
@MasterMedo
Copy link
Contributor Author

This is completed, users can create their validation rules using the pydantic's Field function and their validators.

Release v1.1 automation moved this from To do to Done Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release v1.1
  
Done
Development

No branches or pull requests

1 participant