Skip to main content

Module db

Module db 

Source
Expand description

SQLite persistence layer for MorphArch.

Manages two tables:

  • commits — Git commit metadata (hash, author, message, timestamp, tree ID)
  • graph_snapshots — JSON-serialized dependency graphs with optional drift scores

The database is compiled with the bundled SQLite feature, so no system SQLite library is required. WAL mode is enabled for concurrent read performance.

Structs§

Database
MorphArch database wrapper.