Replies: 2 comments 3 replies
-
That's a nice piece of code! I am trying currently to do the opposite -- I want to pass the Django db connection to PostgresSaver, at this moment I am here: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jtremesay |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use LangGraph in a django project. It would be nice to be able to use the django orm for checkpointing.
in the meantime, I've done my own mininal MVP
Inspired by https://langchain-ai.github.io/langgraph/how-tos/persistence_postgres/
myapp/models.py:
myapp/checkpointer.py:
Usage :
Beta Was this translation helpful? Give feedback.
All reactions