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