Search before asking
Motivation
Currently, list databases only return database names. That means if user want to get the table number and create time for each database, need to:
- listTables for each database
- getDatabaseInfo for each database. Though detail info is no need.
Solution
No response
Anything else?
No response
Willingness to contribute