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.
https://pypi.org/project/gqlalchemy/
Apache License 2.0
226 stars 32 forks source link

Propagate autocommit flag from pymgclient to gqlalchemy #291

Open Josipmrden opened 1 year ago

Josipmrden commented 1 year ago

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