package postgres_async

  1. Overview
  2. Docs
type t = {
  1. destination : Postgres_async__.Types.Portal_name.t;
  2. statement : Postgres_async__.Types.Statement_name.t;
  3. parameters : string option array;
}
OCaml

Innovation. Community. Security.