duckdb-temporal-versioning

Official

In-process SQL with time-travel and determinism.

Authorplurigrid
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides an in-process DuckDB-based SQL environment with time-travel semantics, enabling reproducible queries over historical data and immutable audit logs.

Core Features & Use Cases

  • Time Travel: Query data as of a past transaction to reproduce results.
  • Deterministic Replay: Freeze snapshots for repeatable analyses.
  • Causality Tracking: Capture dependencies between mutations using vector-like clocks.
  • Audit Trails: Maintain immutable logs of mutations for compliance.

Quick Start

Initialize a DuckDB temporal database, seed it with a small history, then run a time-travel query to observe past states.

Dependency Matrix

Required Modules

duckdb

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: duckdb-temporal-versioning
Download link: https://github.com/plurigrid/asi/archive/main.zip#duckdb-temporal-versioning

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository