View Source Unreal.Core.Config (Unreal v0.2.0)

Config for connection. Field names are pretty much self explanatory.

options

Options

  • timeout: Allows you to set custom timeout, default is 5000. If you want to remove timeout, put :infinity instead.

Link to this section Summary

Link to this section Types

@type t() :: %Unreal.Core.Config{
  database: String.t(),
  host: String.t(),
  namespace: String.t(),
  options: keyword(),
  password: String.t(),
  username: String.t()
}