Manage Databases in Compass
A database is a container for collections. Each database gets its own set of files on the host file system. A single MongoDB server typically has multiple databases.
Databases Tab
The Databases tab lists the existing databases for your MongoDB deployment. To access the Databases tab, click the deployment name in the Connections Sidebar.
From this view, you can click a database name in the sidebar to view its collections. Alternatively, you can view database collections by clicking the desired database in the left-hand navigation.
You can also create or drop databases from this view.
Create a Database
Enter database and first collection information.
In the dialog, enter the name of the database to create and its first collection. Both the database name and the collection name are required.
If you want to create a capped collection, select the Capped Collection checkbox and enter the maximum bytes.
If you want to use custom collation on the collection, select the Use Custom Collation checkbox and select the desired collation settings.
If your deployment is connected using In-Use Encryption, you can use Queryable Encryption on the newly created collection. Check the Queryable Encryption option and indicate the following encryption properties:
(Optional) KMS Provider.
(Optional) Key Encryption Key.
Drop a Database
Click the trash can icon for the database.
From the Databases tab, to delete a database, click on the trash can icon for that database. A confirmation dialog appears.
Limitations
Creating and dropping databases is not permitted in MongoDB Compass Readonly Edition.
Creating databases is not permitted if you are connected to a Data Lake.