View Source Surrealix.Config (surrealix v0.1.8)

Explicit config module to keep configurable options in a single place

Summary

Types

Link to this type

base_connection_opts()

View Source
@type base_connection_opts() :: socket_opts()
@type socket_opts() :: [
  hostname: String.t(),
  port: integer(),
  namespace: String.t(),
  database: String.t(),
  username: String.t(),
  password: String.t()
]

Functions