list_tables¶
- getml.database.list_tables(conn: Optional[Connection] = None) List[str] [source]¶
Lists all tables and views currently held in the database.
- Args:
- conn (
Connection
, optional): The database connection to be used. If you don’t explicitly pass a connection, the engine will use the default connection.
- conn (