UNPKG
@langchain/langgraph-checkpoint-postgres
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
LangGraph
github.com/langchain-ai/langgraphjs
langchain-ai/langgraphjs
@langchain/langgraph-checkpoint-postgres
/
dist
/
migrations.d.ts
6 lines
(5 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
/** * To add a new migration, add a new string to the list returned by the getMigrations function. * The position of the migration in the list is the version number. */
export
declare
const
getMigrations
:
(
schema
:
string
) =>
string
[];