arango_create_collection
Creates a document or edge collection in an ArangoDB database, supporting optional waitForSync and database override.
Instructions
Create a collection (document or edge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the collection to create | |
| type | No | Type of collection (document or edge) | document |
| waitForSync | No | Whether to wait for sync to disk | |
| database | No | Database override |