Skip to main content
Version: 2.0.8

Create Database

Easily create a new MongoDB database in just a few clicks. Databases are essential for storing, organizing, and retrieving document data for your applications.

Navigate to MongoDB > Create Database:

  1. Enter a Database Name Type your desired name into the input field. Only letters, numbers, and underscores are allowed, and the name must be between 1 and 63 characters long.

  2. Click 'Create Database' Once the name is entered, click the Create Database button to initialize your new MongoDB database.


Best Practices​

  • Use short and descriptive names (e.g., app_data, analytics_db).
  • Avoid using uppercase letters, spaces, or special characters.
  • Make sure the database name is meaningful for easy identification later.