1

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

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
GrandMel
  • 157
  • 8

1 Answers1

2

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.

Moraltox
  • 537
  • 1
  • 7