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