Skip to content

Next Step Suggestion #2

@15m43lk4155y

Description

@15m43lk4155y

My suggestion for you is to build a more general version of this versioner to be able not only to manage databases schema but sub-entities in general
for example instead of having:

(:Database)--(:State)-[:HAS_SCHEMA]->(:Schema)
(:Schema)--(:State)-[:HAS_TABLE]->(:Table)

we can have a generalization like this:

(:Parent_Entity)--(:State)-[:HAS_SUB_ENTITY]->(:Sub_Entity)
(:Sub_Entity)--(:State)-[:HAS_SUB_ENTITY]->(:Sub_Entity_2)

If this can be handled in another way that I missed please let me know !!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions