list_tables

getml.database.list_tables(conn=None)

Lists all tables and views currently held in the database.

Parameters

conn (Connection, optional) – The database connection to be used. If you don’t explicitly pass a connection, the engine will use the default connection.