create-collection
Generate a new MongoDB collection in a specified database; automatically creates the database if it does not exist.
Instructions
Creates a new collection in a database. If the database doesn't exist, it will be created automatically.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
database | Yes | Database name |