memgraph / pymgclient

Python Memgraph Client
https://memgraph.github.io/pymgclient/
Apache License 2.0
43 stars 5 forks source link

Add support for asyncio #20

Open gitbuda opened 3 years ago

gitbuda commented 3 years ago

Some database queries could be quite long. It would be nice to have an async construct to deal with that in the shortest amount of time from a developer's point of view. Maybe the most effective solution is to expose https://docs.python.org/3/library/asyncio.html (in this repo/package or another one).

katarinasupe commented 10 months ago

Related -> https://github.com/memgraph/gqlalchemy/issues/250