Skip to content

Commit

Permalink
updated jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Feb 2, 2025
1 parent edf3387 commit a69640a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/checkpoint-postgres/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ export class PostgresSaver extends BaseCheckpointSaver {
*
* @example
* const connString = "postgresql://user:password@localhost:5432/db";
* const checkpointer = PostgresSaver.fromConnString(connString, );
* const checkpointer = PostgresSaver.fromConnString(connString, {
* schema: "custom_schema" // defaults to "public"
* });
* await checkpointer.setup();
*/
static fromConnString(
Expand Down

0 comments on commit a69640a

Please sign in to comment.