Snowflex.Connection (Snowflex v1.1.0)

View Source

DBConnection implementation for Snowflex.

Summary

Types

t()

@type t() :: %Snowflex.Connection{
  opts: Keyword.t(),
  pid: pid(),
  state: :not_connected | :connected,
  transport: any()
}