package sihl-persistence

  1. Overview
  2. Docs
module Migration = Migration
val create_table_if_not_exists : unit -> unit Lwt.t
val get : namespace:string -> Migration.t option Lwt.t
val upsert : state:Migration.t -> unit Lwt.t