1
0
Fork 0
arangodb/Documentation/DocuBlocks/databaseName.md

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 ////////////////////////////////////////////////////////////////////////////////