memgraph / gqlalchemy

GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.

Home Page:https://pypi.org/project/gqlalchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Propagate autocommit flag from pymgclient to gqlalchemy

Josipmrden opened this issue · comments

Currently the autocommit flag in gqlalchemy is set to true and that limits the behaviour that users would want to experience.