Module Rel

Relational databases.

Rel has typed combinators to describe your database schema in OCaml. See the tutorial and schema howto for more information.

This module defines only modules, open it to describe your database.

module Type : sig ... end

Column types.

module Col : sig ... end

Column descriptions.

module Row : sig ... end

Row descriptions.

module Table : sig ... end

Table descriptions.

module Schema : sig ... end

Schema descriptions.