pymgclient
pymgclient copied to clipboard
Python Memgraph Client
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...
## Problem Linking openssl statically by default implies the image must have a static `libcrypto.a`, but not all *nixes ship that when installing `openssl`. In particular, RockyLinux 8 doesn't ship...
ImportError: /data/anaconda3/envs/xss/lib/python3.10/site-packages/mgclient.cpython-310-x86_64-linux-gnu.so: undefined symbol: SSL_get1_peer_certificate
It appears that pymgclient's behavior is different from neo4j's library in a way that pymgclient blocks all operations of an app until the cypher query is completely performed. Would it...
Hi, I am trying to consume the library but however for some reason since the wheel for linux is not available , I am not able to add it through...
Add multi-tenant capability. ``` conn = mgclient.connect(address...., database="db") ``` will return a connection that is limited to the defined database.
Hi I want to install pymgclient and I run into problem with mgclient. So I installed mgclient seperate and it worked. How can I change the setup.py to use the...
Without releasing the GIL while doing not Python related things (especially IO) using multiple threads can be inefficient. A possible workaround is using multiple processes, but then sharing data requires...
May I have a question. This is why 
Hoping that you guys can add support for `pyproject.toml`, since you only currently support `setup.py install`. This is deprecated in later pip versions and as of `pip>=23.1` this behavior change...