Open bilalsp opened 1 year ago
Hi @bilalsp, thank you for opening the feature request :) We considered implementing this in the future, so I will leave this issue open to better prioritize later.
Is this a blocker for you? What are you working on?
Hi @katarinasupe, we are doing planing for our new async microservice which we will be implementing in FastAPI framework. Graph database is really appealing for our usecase. So, we are considering all the aspects before making our decision to use graph database.
By the way, does Memgraph's python driver pymgclient support concurrent transactions similar to Neo4j driver? I didn't find any resource related to this.
@bilalsp Hi, I ran into this issue as well. Here is what I found out so far:
[New Feature Request]
Neo4j driver supports concurrent workflows to interact with the database in an asynchronous way as explained in documentation.
Documentation: Neo4j concurrent transactions
Apparently, gqlalchemy does not support concurrent workflows neither for Neo4j nor Memgraph. I would appreciate if we implement this feature in gqlalchemy compatible with Python’s asyncio.