mirror of https://gitee.com/bigwinds/arangodb
9 lines
411 B
Markdown
9 lines
411 B
Markdown
////////////////////////////////////////////////////////////////////////////////
|
|
/// @startDocuBlock databaseListDatabase
|
|
/// @brief return the list of all existing databases
|
|
/// `db._listDatabases()`
|
|
///
|
|
/// Returns the list of all databases. This method can only be used from within
|
|
/// the *_system* database.
|
|
/// @endDocuBlock
|
|
//////////////////////////////////////////////////////////////////////////////// |