Running as a service Running as a service Every operating system has different ways of running services. Immudb provides a facility called immudb service to hide this complexit...
Pgsql protocol compatibility Pgsql protocol compatibility immudb can talk the pgsql wire protocol (opens new window) which makes it compatible with a widely available set of cl...
Pgsql protocol compatibility Pgsql protocol compatibility immudb can talk the pgsql wire protocol (opens new window) which makes it compatible with a widely available set of cl...
Tamper-proof operations State management Verify state signature Tamperproof reading and writing Verified get and set Tamper-proof operations State management It’s the respo...
Concepts Adding data Checking data consistency State signature Item References Primary Index Secondary Index Streams Cryptographic signatures Authentication (transport) im...
Connection and authentication Mutual TLS Disable authentication Connection and authentication immudb runs on port 3323 as the default. The code samples below illustrate how to...
Queries and history Counting Scan References SetReference and VerifiedSetReference GetReference and VerifiedGetReference Resolving reference with transaction id Queries an...
Secondary indexes Sorted sets Secondary indexes On top of the key value store immudb provides secondary indexes to help developers to handle complex queries. Sorted sets The ...
Secondary indexes Sorted sets Secondary indexes On top of the key value store immudb provides secondary indexes to help developers to handle complex queries. Sorted sets The ...
Tamperproofing utilities Current State Tamperproofing utilities Current State CurrentState returns the last state of the server. state , err := client . CurrentSt...