package postgres_async

  1. Overview
  2. Docs
type t = {
  1. user : string;
  2. database : string;
  3. replication : string option;
  4. options : string list;
  5. runtime_parameters : string Core.String.Map.t;
}
val consume : ([> Core.read ], Iobuf.seek) Iobuf.t -> t Core.Or_error.t
OCaml

Innovation. Community. Security.