package sihl-contract

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