Create a document database to group the collections
const {db, result} = await createDocumentDatabase(client, "my_db") Copy
const {db, result} = await createDocumentDatabase(client, "my_db")
the db3 client instance
the description for the database
the CreateDBResult
Generated using TypeDoc
Create a document database to group the collections