[PR #79] [MERGED] Add SqliteSaver #1221

Closed
opened 2026-02-20 17:44:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/79
Author: @nfcampos
Created: 2/1/2024
Status: Merged
Merged: 2/1/2024
Merged by: @nfcampos

Base: mainHead: nc/1feb/sqlite


📝 Commits (1)

📊 Changes

2 files changed (+133 additions, -0 deletions)

View changed files

langgraph/checkpoint/sqlite.py (+82 -0)
📝 tests/test_pregel.py (+51 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/79 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/1feb/sqlite` --- ### 📝 Commits (1) - [`083178d`](https://github.com/langchain-ai/langgraph/commit/083178d2a60209447bd882d3248214295be75ef6) Add SqliteSaver ### 📊 Changes **2 files changed** (+133 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `langgraph/checkpoint/sqlite.py` (+82 -0) 📝 `tests/test_pregel.py` (+51 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:12 -05:00
yindo closed this issue 2026-02-20 17:44:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1221