Arango v0.0.1 Arangoex.Database
ArangoDB Database methods
Summary
Functions
Create database
Information about a database
List of databases
Drop database
List of accessible databases
Types
Functions
Create database
POST /_api/database
Information about a database
GET /_api/database/current
List of databases
GET /_api/database
drop(endpoint, db)
drop(%Arangoex.Endpoint{arrango_version: term, database_name: term, headers: term, host: term, password: term, port: term, scheme: term, use_auth: term, username: term}, String.t) :: Arangoex.ok_error(true)
Drop database
DELETE /_api/database/{database-name}
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %Arangoex.Database{id: term, isSystem: term, name: term, path: term, users: term}
List of accessible databases
GET /_api/database/user