mirror of https://gitee.com/bigwinds/arangodb
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
!CHAPTER JavaScript Interface to Collections
|
|
|
|
This is an introduction to ArangoDB's interface for collections and how to handle
|
|
collections from the JavaScript shell _arangosh_. For other languages see the
|
|
corresponding language API.
|
|
|
|
The most import call is the call to create a new collection
|
|
<!--
|
|
, see @ref HandlingCollectionsCreate "db._create".
|
|
--> |