Ask a question to get started
Enter to send•Shift+Enter new line
Create a new AsyncPostgresSaver instance from a connection string.
from_conn_string( cls, conn_string: str, *, pipeline: bool = False, serde: SerializerProtocol | None = None ) -> AsyncIterator[AsyncPostgresSaver]
conn_string
str
The Postgres connection info string.
pipeline
bool
False
whether to use AsyncPipeline