langgraph-checkpoint-postgres-rs 0.1.0

PostgreSQL checkpointer implementation for LangGraph applications in Rust
Documentation
1
2
3
4
5
6
//! Postgres checkpoint saver implementation using sqlx.

pub mod saver;
pub mod queries;

pub use saver::PostgresSaver;