SYNOPSIS
const char *mongoc_database_get_name (mongoc_database_t *database);
DESCRIPTION
The mongoc_database_get_name() function shall return a string containing the database name. This value should not be modified or freed.
RETURN VALUE
A string which should not be modified or freed.
AUTHORS
This page was written by MongoDB, Inc.