{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides a SQLite-backed checkpoint saver for LangGraph, enabling state persistence in LLM applications with both sync and async support.","skillfed_tags":["langgraph","state-persistence","async-support"],"use_cases":["Local development and testing of LangGraph applications where persistent state is needed without external infrastructure","Lightweight production deployments on single machines or containers where SQLite's file-based storage is sufficient","Building resumable workflows that can recover from interruptions by reloading checkpoint state","Async LLM applications requiring non-blocking checkpoint operations via AsyncSqliteSaver","Multi-threaded graph execution with per-thread state isolation using configurable thread IDs"],"what_it_does":"This package implements LangGraph's checkpoint saver interface using SQLite as the backing store. It allows LangGraph applications to persist execution state\u2014channel values, versions, and metadata\u2014across runs, enabling features like resumable workflows and state recovery. The library supports both synchronous and asynchronous operations via aiosqlite, making it suitable for local development, testing, and lightweight deployments where a full database service is not available.\n\nThe package is part of the LangGraph ecosystem and integrates directly with LangGraph's state management layer. It handles serialization of checkpoint data and provides methods to store, retrieve, and list checkpoints keyed by thread ID and namespace. A critical security note in the documentation emphasizes setting LANGGRAPH_STRICT_MSGPACK=true or supplying an explicit allowed_msgpack_modules list to restrict deserialization to known-safe types, preventing arbitrary code execution if the database is compromised.","worth_installing":"Yes. Active maintenance, low install friction, no known vulnerabilities, and MIT licensing make this a solid choice for LangGraph state persistence in development and small-to-medium deployments. Install it if you are building LangGraph applications and need local or lightweight checkpoint storage; skip it if you require distributed state management or are already using a dedicated database backend."},"id":"langgraph-checkpoint-sqlite","links":{"html":"https://skillfed.io/packages/langgraph-checkpoint-sqlite","md":"https://skillfed.io/packages/langgraph-checkpoint-sqlite.md","pypi":"https://pypi.org/project/langgraph-checkpoint-sqlite/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":"MIT","license_treatment":"permissive","name":"langgraph-checkpoint-sqlite","python_support":"supports_current","summary":"Library with a SQLite implementation of LangGraph checkpoint saver."},"popularity":{"monthly_downloads":3538545,"position":2586,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.1.1"}
