[PR #569] [MERGED] docs: Adds Postgres checkpointer docs #857

Closed
opened 2026-02-15 19:16:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/569
Author: @jacoblee93
Created: 10/8/2024
Status: Merged
Merged: 10/8/2024
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (2)

  • e989e7f Adds Postgres checkpointer docs
  • 7264cbe Update docstring, fix links

📊 Changes

4 files changed (+654 additions, -1 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+3 -1)
📝 docs/mkdocs.yml (+1 -0)
examples/how-tos/persistence-postgres.ipynb (+615 -0)
📝 libs/checkpoint-postgres/src/index.ts (+35 -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/langgraphjs/pull/569 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (2) - [`e989e7f`](https://github.com/langchain-ai/langgraphjs/commit/e989e7f8b4a44ab8ac9b347cfccd5545b7067265) Adds Postgres checkpointer docs - [`7264cbe`](https://github.com/langchain-ai/langgraphjs/commit/7264cbe3b32b690e34b69f082879a46cce725085) Update docstring, fix links ### 📊 Changes **4 files changed** (+654 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+3 -1) 📝 `docs/mkdocs.yml` (+1 -0) ➕ `examples/how-tos/persistence-postgres.ipynb` (+615 -0) 📝 `libs/checkpoint-postgres/src/index.ts` (+35 -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-15 19:16:10 -05:00
yindo closed this issue 2026-02-15 19:16:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#857