singlestoredb.management.workspace.Workspace.connect¶
- Workspace.connect(**kwargs: Any) singlestoredb.connection.Connection ¶
Create a connection to the database server for this workspace.
- Parameters
**kwargs (keyword-arguments, optional) – Parameters to the SingleStoreDB connect function except host and port which are supplied by the workspace object
- Return type