Streams Chunked reading Streams Immudb provides stream capabilities. Internally it uses “delimited” messages technique, every chunk has a trailer that describe the length of th...
Health Monitoring Health Monitoring immudb exposes a Prometheus end-point, by default on port 9497 on /metrics .You can use immuadmin stats to see these metrics without additio...
Reading and inserting data Get and set Get at and since a transaction Transaction by index Verified transaction by index Reading and inserting data The format for writing an...
Reading and inserting data Get and set Get at and since a transaction Transaction by index Verified transaction by index Reading and inserting data The format for writing an...
SQL Reference Data types Size constraints NULL values Creating tables IF NOT EXISTS NOT NULL PRIMARY KEY AUTO_INCREMENT Foreign keys Indexes Column value constraints ...
Embedding the SQL engine in your application Embedding the SQL engine in your application Using the Go client SDK means you are connecting to a immudb database server. There are...
Streams Chunked reading Streams Immudb provides stream capabilities. Internally it uses “delimited” messages technique, every chunk has a trailer that describe the length of th...
Planning Computing Resources Disk space and data location Planning Before running a database in production, it is important to plan: Computing resources Disk space Configura...
Tamperproofing utilities Current State Tamperproofing utilities Current State CurrentState returns the last state of the server. state , err := client . CurrentSt...