package postgres_async

  1. Overview
  2. Docs
type t =
  1. | Idle
  2. | In_transaction
  3. | In_failed_transaction
val sexp_of_t : t -> Sexplib0.Sexp.t
val consume : ([> Core.read ], Iobuf.seek) Iobuf.t -> t Core.Or_error.t
OCaml

Innovation. Community. Security.