immudb
Immutable database with cryptographic verification and tamper evidence
immudb made itself speak Postgres — while its announced v2 rearchitecture sits unfinished.
◆Recent moves
- 1mo ago
Opt-in value verification during audits, index-only COUNT(*)
The audit path gets teeth: an opt-in flag re-reads and SHA-256-verifies each committed value after the chain proof, so on-disk tampering fails an audit cycle rather than passing a chain-only check. Sysadmin bootstrapping from the CLI and index-only COUNT(*) round out an operations-focused follow-up to the PostgreSQL compatibility release.
View source ↗ - 3mo ago
PostgreSQL wire compatibility opens immudb to mainstream ORMs
⚡ SPARKThis is the release that redefines who can adopt immudb: by resolving pg_catalog and information_schema and emulating the compatibility functions ORMs probe for, it becomes a database existing application stacks can point at rather than integrate with. Every subsequent release builds on this footing.
View source ↗ - 3mo ago
Release candidate for the PostgreSQL compatibility work
The second release candidate for 1.11.0, restating the same PostgreSQL compatibility and audit-logging notes verbatim. No independent content — the GA release four days later is the one to cite.
View source ↗ - 3mo ago
First 1.11.0 release candidate, docs commit only
A release candidate whose entire visible content is a truncated docs commit subject about ScanRequest.sinceTx semantics. Contentless as a changelog entry; the feature set only becomes legible at RC2.
View source ↗ - 1y ago
v2 RC announces page-based indexing and multi-ledger storage
⚡ SPARKA release candidate announcing a rebuilt indexing layer on fixed 4KB pages and a multi-ledger storage architecture where databases share indexing resources, write buffers, and caches. Read against the 1.11 releases that shipped after it, this is a direction announced but not yet delivered — the 1.x line remains where actual work lands.
View source ↗