immudb
immudb copied to clipboard
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
**What happened** Tried to run helm install in a new cluster with `helm install immudb --generate-name` Error message in pod: ``` immudb 2022/07/20 11:06:36 INFO: Creating database 'systemdb' {replica =...
Performing a `Rollback` after a failed `SQLExec` results in a `no transaction found` error
An option to customize the lover could be required. A "Debug" option to show/hide the debug info from the terminal at Key-value embeded database (and whereever possible) is needed.
**What would you like to be added or enhanced** When iterating over entries in a transaction, revision should be available for each entry, e.g: ``` txs, err := client.TxScan(ctx, &schema.TxScanRequest{...
We need [event trigger](https://docs.oracle.com/cd/A57673_01/DOC/server/doc/SCN73/ch15.htm), same like that used at other databases as [MSSQL trigger](https://docs.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql?view=sql-server-ver16) and [pg trigger](https://www.postgresql.org/docs/current/sql-createtrigger.html)
At my device running windows 11, I failed to build immudb from source code, getting the below error: ```bach PS D:\Development\immudb-1> make immudb-static process_begin: CreateProcess(NULL, date +%s, ...) failed. env...
It is not documented, we don’t clarify what does it mean and how to use it after analysis, if we think the parameter is needed, we should document it. (Jeronimo...
**What would you like to be added or enhanced** ExecAll command - should be enhanced Would be nice if this command will allow to perform not only INSERT /UPDATE on...
**What would you like to be added or enhanced** `servertest.NewBufconnServer` currently returns `*bufconnServer`, but it would be more helpful to return an interface, for example: ```go type BufConnServer interface {...
**What happened** In response to a `VerifiableGet` request I received gRPC error `"key not found"` and it's code was set to 2, which stands for `Unknown` **What you expected to...