package sihl-email

  1. Overview
  2. Docs

Module Template_repo.MakePostgreSqlSource

Parameters

Signature

Sourceval register_migration : unit -> unit
Sourceval register_cleaner : unit -> unit
Sourceval get : id:string -> Sihl_type.Email_template.t option Lwt.t
Sourceval get_by_name : name:string -> Sihl_type.Email_template.t option Lwt.t
Sourceval insert : template:Sihl_type.Email_template.t -> unit Lwt.t
Sourceval update : template:Sihl_type.Email_template.t -> unit Lwt.t