pymgclient icon indicating copy to clipboard operation
pymgclient copied to clipboard

Add support for asyncio

Open gitbuda opened this issue 4 years ago • 1 comments

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).

gitbuda avatar Sep 15 '21 12:09 gitbuda

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

katarinasupe avatar Dec 29 '23 16:12 katarinasupe