Arangox.Connection (Arangox v0.5.5) View Source

DBConnection implementation for Arangox.

Link to this section Summary

Link to this section Types

Specs

failover?() :: boolean()

Specs

t() :: %Arangox.Connection{
  auth?: boolean(),
  client: module(),
  cursors: map(),
  database: binary(),
  disconnect_on_error_codes: [integer()],
  endpoint: Arangox.endpoint(),
  failover?: boolean(),
  headers: Arangox.headers(),
  password: binary(),
  read_only?: boolean(),
  socket: any(),
  username: binary()
}

Link to this section Functions

Link to this function

new(socket, client, endpoint, failover?, opts)

View Source

Specs