listDatabases abstract method

Future<List<String>> listDatabases()

Lists all databases/catalogs accessible to the current connection.

Implementation

Future<List<String>> listDatabases();