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
227 stars 32 forks source link

Add transactions queries #310

Closed katarinasupe closed 4 months ago

katarinasupe commented 5 months ago

Description

I added get transactions and terminate transactions methods for easier transaction management.

Pull request type

Related issues

Closes #240

Checklist:

######################################

Reviewer checklist (the reviewer checks this part)

######################################

antepusic commented 5 months ago

@katarinasupe Is this also milestone 1.6.0 like #309?

katarinasupe commented 5 months ago

@katarinasupe Is this also milestone 1.6.0 like #309?

Yes! Thank you, I updated it. I just need to deal with the tests first since I bumped up Memgraph in the workflow :D Then I'll incorporate your suggestions.