@brief return the database name
`db._name()`
Returns the name of the current database as a string.
@EXAMPLES
@EXAMPLE_ARANGOSH_OUTPUT{dbName}
require("@arangodb").db._name();
@END_EXAMPLE_ARANGOSH_OUTPUT