mirror of https://gitee.com/bigwinds/arangodb
457 B
457 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock databaseName
/// @brief return the database name
/// db._name()
///
/// Returns the name of the current database as a string.
///
/// @EXAMPLES
///
/// @EXAMPLE_ARANGOSH_OUTPUT{dbName}
/// require("internal").db._name();
/// @END_EXAMPLE_ARANGOSH_OUTPUT
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////