Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create an PGEngine instance from arguments
from_connection_string( cls, url: str | URL, **kwargs: Any = {} ) -> PGEngine
url
Optional[str]
the URL used to connect to a database. Use url or set other arguments.