Module Dbcaml.Params

type t =
  1. | String of string
  2. | Number of int
  3. | Float of float
  4. | Bool of bool
  5. | StringArray of string list
  6. | NumberArray of int list

The available params a driver a driver need to support