Module Row.HashtblSource

Rows as field name to Field.t hash tables.

Sourcetype t = (string, Field.t) Hashtbl.t

The type of database rows.

Sourceval build : int -> (int -> Field.t) -> t

build n f creates a row of n fields built by the results of f 0, f 1, ..., f (n-1).