package postgres_async

  1. Overview
  2. Docs
type num_rows =
  1. | Unlimited
  2. | Limit of int
type t = {
  1. portal : Postgres_async__.Types.Portal_name.t;
  2. limit : num_rows;
}
OCaml

Innovation. Community. Security.