Among the different database connection objects is there a standard interface for "browsing" the database (listing tables,columns, etc)? I noticed ZPoPyDa uses: *manage_get_tables *manage_get_table_infos while ZMySQLDa uses: *tables *columns Would it be beneficial to standardize this accross the different database adapters?