list_tables

getml.database.list_tables(conn=None)[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.