Module Sihl__.Contract_database

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