Search code examples
memgraphdb

Does GQLAlchemy support migrations equivalent to DjangoORM or Alembic?


I'm learning how to do whings with GQLAlchemy. And I wonder does GQLAlchemy support migrations equivalent to DjangoORM or Alembic?


Solution

  • There is no support for such equivalents. In the Memgraph GitHub repo you can find an open issue for this feature https://github.com/memgraph/gqlalchemy/issues/17.