Skip to contents

Before writing, Graft rechecks the plan digest, store identity and format, active schema, write capability, source state, and every expected record head. All accepted changes then commit in one DuckDB transaction.

Usage

graft_commit(store, plan)

Arguments

store

An initialized, writable GraftStore.

plan

A valid GraftCommitPlan returned by graft_plan() or graft_review().

Value

An ordinary list summarizing committed observations.