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
Milestone

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant