langgraph-checkpoint-sqlite-rs 0.2.2

SQLite checkpointer implementation for LangGraph applications in Rust
Documentation

SQLite checkpoint saver implementation using sqlx.

Mirrors the architecture of langgraph-checkpoint-postgres, adapted for SQLite's syntax and feature set. Uses a three-table schema (checkpoints, checkpoint_blobs, checkpoint_writes) plus a checkpoint_migrations table for schema versioning.