xarango v0.7.0 Xarango.Server

Link to this section Summary

Link to this section Functions

Link to this function flush_wal(options \\ [])
Link to this function set_wal_properties(wal, options \\ [])
Link to this function version(options \\ [])

Find the version of the ArangoDB you are using.

Examples

# These values will be different for different versions
iex> Xarango.Server.server.version()
30312
iex> Xarango.Server.version()
%Xarango.Server{
  database: "local_db",
  details: nil,
  password: "ArangoDB",
  server: "http://localhost:8529",
  username: "root",
  version: 30312
}
Link to this function wal_properties(options \\ [])