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

202 B

@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