package sihl

  1. Overview
  2. Docs
type database =
  1. | MariaDb
  2. | PostgreSql
val name : string
exception Exception of string
module type Sig = sig ... end