neurocore.persistence.sqlite_store ================================== .. py:module:: neurocore.persistence.sqlite_store .. autoapi-nested-parse:: SQLite-backed RunStore using the stdlib ``sqlite3`` module (no extra deps). The database holds three tables: ``runs`` (one row per execution), ``steps`` (per-step records, cascade-deleted with the run), and ``checkpoints`` (used by :mod:`neurocore.persistence.checkpoint_adapter` so flowengine's sync suspend/resume shares the same file). Classes ------- .. toctree:: :hidden: /autoapi/neurocore/persistence/sqlite_store/SQLiteRunStore .. autoapisummary:: neurocore.persistence.sqlite_store.SQLiteRunStore