Powerful memory-first relational database with easy server compute baked in.
Find a file
Sky Johnson 922061c288 Implement Phase 2: hot durability (tx, commit log, snapshots)
Add transaction manager with write mutex and automatic rollback,
append-only CRC32-validated commit log with crash-safe replay,
and atomic snapshot creation/restore. Also add InsertWithID to
Table for log replay and snapshot restore support.

72 tests, 20 benchmarks, 0 warnings.
2026-02-27 09:03:50 -06:00
internal Implement Phase 2: hot durability (tx, commit log, snapshots) 2026-02-27 09:03:50 -06:00
pkg Initial project setup 2026-02-27 07:49:36 -06:00
.gitmodules Initial project setup 2026-02-27 07:49:36 -06:00
CLAUDE.md Initial project setup 2026-02-27 07:49:42 -06:00
go.mod Initial project setup 2026-02-27 07:49:42 -06:00
plan.md Initial project setup 2026-02-27 07:49:42 -06:00