immudb-py icon indicating copy to clipboard operation
immudb-py copied to clipboard

immudb Python SDK

Results 21 immudb-py issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, do you plan to support [SQL transactions](https://docs.immudb.io/master/develop/transactions.html#sql-interactive-transactions)?

Hello! Do you have any plans to support asyncio?

enhancement

in README.md it is client.useDatabase, in client.py databaseUse. Same for createDatabase vs. databaseCreate.

# Description When creating a table with datatype float, this is not supported by the python library `immudb-py`. As seen below. Problem is present in the following file: https://github.com/codenotary/immudb-py/blob/master/immudb/typeconv.py#L29 #...

## Description This PR adds native support for secure gRPC channels in the ImmuDB Python client by introducing an optional `ssl_credentials` parameter to the `ImmudbClient` constructor. ## Changes - Added...

## Current Behavior The current implementation of `ImmudbClient` only supports insecure gRPC channels (`grpc.insecure_channel`). This makes it challenging to use ImmuDB in production environments where TLS/SSL is required, such as...

Do we support scan in Immudb for python yet? if yes can you provide examples? if no can we add a support for it