gqlalchemy
gqlalchemy copied to clipboard
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.
`execute` and `execute__and_fetch` are not in the docs: https://github.com/memgraph/gqlalchemy/blob/main/gqlalchemy/connection.py#L48 We should document this.
- UNION in query builder
### Getting started - [x] memgraph/docs#735 ### Installation - [x] memgraph/docs#754 ### How-to guides - [x] memgraph/docs#742 - [x] memgraph/docs#743 - [ ] memgraph/gqlalchemy#272 - [ ] memgraph/gqlalchemy#273 - [...
**Memgraph version** Which version did you use? Memgraph v2.13.0 **Environment** Some information about the environment you are using Memgraph on: operating system, how do you connect, with or without docker,...
### Description I added get transactions and terminate transactions methods for easier transaction management. ### Pull request type - [x] Feature ### Related issues Closes #240 ### Checklist: - [x]...