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

immudb Python SDK

Results 14 immudb-py issues
Sort by recently updated
recently updated
newest added

Now createDatabaseV2 works with immudb 1.4.1 and 1.5.0

https://github.com/vchain-us/audit-change-mgmt/issues/556

Need an asynchronous support in immudb-py

The health-cmd in these files is obsolete. Since containers are now from scratch, there is no /bin/sh, and the check won't execute, since it is in shell form, not exec...

The current argument `sortorder` in `ImmudbClient.history()` is unclear from its name. Making it more confusing, it's the opposite of the typical Python convention for sort orders, where a boolean affecting...

This PR depends on https://github.com/codenotary/immudb.io/pull/206 being merged before this is merged.

Revision-based queries were added in: https://github.com/codenotary/immudb/pull/1204 Documentation update: https://github.com/codenotary/immudb.io/pull/154 - this documentation only contains examples in go, please fill in corresponding python examples.

A select query fetches only up to a 1000 records. Can this be modified to fetch `r` number of records? For e.g.: `results = client.sqlQuery(queryStr,r=100000)`

Currently immudb-py doesn't support `SinceTx` parameter for history() method

Currently there is no way to get matching error code from error exception. From my investigation: > This exception have mainly 3 "normal" fields now > > ```debug_error_string {"created":"@1649922703.326925387","description":"Error received...