pymgclient icon indicating copy to clipboard operation
pymgclient copied to clipboard

Python Memgraph Client

Results 22 pymgclient issues
Sort by recently updated
recently updated
newest added

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

feature
community
Severity - S3
Effort - High
Priority - Later
Frequency - Monthly
Reach - Some

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

feature
community
Severity - S2
Effort - Medium
Priority - Later
Frequency - Monthly
Reach - Some

ImportError: /data/anaconda3/envs/xss/lib/python3.10/site-packages/mgclient.cpython-310-x86_64-linux-gnu.so: undefined symbol: SSL_get1_peer_certificate

bug
community
Severity - S2
Effort - Medium
Priority - Later
Frequency - Monthly
Reach - Some

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

bug
community
Severity - S2
Effort - Medium
Priority - Later
Frequency - Monthly
Reach - Some

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

infrastructure
feature
community
Severity - S3
Effort - High
Priority - Later
Frequency - Monthly
Reach - VeryFew

Add multi-tenant capability. ``` conn = mgclient.connect(address...., database="db") ``` will return a connection that is limited to the defined database.

Docs needed

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

bug
community
Severity - S2
Effort - Unknown
Frequency - Monthly
Reach - VeryFew

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

enhancement
community
Severity - S3
Effort - Unknown
Frequency - EveryTime
Reach - VeryFew

May I have a question. This is why ![image](https://user-images.githubusercontent.com/38318853/206823821-c8b51684-d739-4e74-8f77-99b41a65c54a.png)

bug
community
Severity - S2
Effort - Unknown
Frequency - Monthly
Reach - VeryFew

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

infrastructure
tech debt
feature
Severity - S3
Effort - Unknown
Frequency - Monthly
Reach - VeryFew