Files
markitect-tool/examples/backends/local-sqlite-backend.md
2026-05-04 02:43:32 +02:00

417 B

Local SQLite Backend

id: local-sqlite-cache
kind: cache-backend
name: Local SQLite Cache
version: "1"
capabilities:
  - snapshots
  - json
  - jsonpath
  - fts
  - sql
  - provenance
  - reference_graph
  - processor_results
storage:
  engine: sqlite
  path: .markitect/cache/index.sqlite
policy:
  mode: labels
description: Local backend manifest for future snapshot and index work.