evadb.connect#

evadb.connect(eva_dir: str = 'evadb_data', sql_backend: Optional[str] = None) EVADBConnection[source]#

Connects to the EVA server and returns a connection object.

Parameters:
Returns:

A connection object representing the connection to the EVA database.

Return type:

EVADBConnection