couchbase-python-client
couchbase-python-client copied to clipboard
Couchbase Python Client Library (Official)
Remember to clone sub-modules as well.
Due to customized transcoder support, we are using flag=0 as our type code . This change is to allow the 0 flag otherwise flag will be enforced to FMT_JSON which...
Remove debugging prints.
With the code currently implemented. The line in analytics.py: ` def status(self) -> AnalyticsStatus: return AnalyticsStatus[self._raw.get("status", "unknown").upper()] ` will always return AnalyticsStatus.RUNNING This change fix this issue.
Hello, We are currently using the legacy client version 3.2.7 in some of our legacy projects. Following the release of CMake 4.0.0 on March 28th, we encountered an issue where...
Hello, I am trying to use tensorflow but when I import library it cause segmentation fault. ``` import faulthandler faulthandler.enable() import tensorflow from couchbase.cluster import Cluster from couchbase.options import QueryOptions,...
Hi, Can couchbase-python-client can be installed on Windows ARM64? Is possible to provide native windows ARM64wheels ? It appears PyPI has got only windows amd64 not Windows ARM64 native wheel....
Now that Python 3.14 is in its rc phase and [free-threading is no longer an experimental configuration](https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-pep779), would support for free-threading (and Python 3.14 itself) be possible? I realize this...