Ask a question to get started
Enter to sendโขShift+Enter new line
Create a new PostgresSaver instance from a connection string.
from_conn_string( cls, conn_string: str, *, pipeline: bool = False ) -> Iterator[PostgresSaver]
conn_string
str
The Postgres connection info string.
pipeline
bool
False
whether to use Pipeline