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