existingDatabases method

Future existingDatabases()

Retrieves the list of all existing databases (availabe or not) https://www.arangodb.com/docs/devel/http/database-database-management.html#list-of-databases

Implementation

Future existingDatabases() async =>
    _httpGet(['_db', db, '_api', 'database']);