The database for our time
XTDB is an immutable SQL database built to simplify application development and data compliance
A SQL database that automatically preserves history, with comprehensive time-travel:
SELECT *, _valid_from
FROM product
FOR ALL VALID_TIME
WHERE product.price > 350
INSERT, UPDATE and DELETE versioning enables simple as-of querying and audit:
SELECT *, _system_from
FROM product
FOR SYSTEM_TIME AS OF DATE '2023-01-01'