singlestoredb.server.free_tier.SingleStoreDB.connect¶
- SingleStoreDB.connect(use_data_api: bool = False, **kwargs: Any) Connection ¶
Connect to the SingleStoreDB server.
- Parameters:
use_data_api (bool, optional) – Use the Data API for the connection.
**kwargs (Any, optional) – Additional keyword arguments to pass to the connection.
- Returns:
Connection
- Return type:
Connection to the SingleStoreDB server.