package mariadb

  1. Overview
  2. Docs
module type S = sig ... end
module StringMap : Map.S with type key = string
module Array : S with type t = Field.t array
module Map : S with type t = Field.t StringMap.t
module Hashtbl : S with type t = (string, Field.t) Hashtbl.t