## Input Example ```javascript { database: 'database-name', collection: 'collection-name', data: { ... }, // data to insert, object for `insertOne` and an array of objects for `insertMany` options: { ... }// insert options as passed to `insertOne(data, options)` or `insertMany(data, options)` } ```
Select Connection

or create new one
Connection name
Connection string (without the database name)
e.g.: mongodb+srv://user:pswd@xyz.mongodb.net/?retryWrites=true&w=majority
NAME