storagetapper
storagetapper copied to clipboard
Resolver should expand databases and tables wildcard
It should be possible to specify "*" for database and table name fields while adding table. Builtin enumerator should be able to expand those wildcard by logging in to the cluster and enumerating databases and table of the databases using "SHOW DATABASES" and "SHOW TABLES" queries.