package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_table_if_not_exists : (module Caqti_lwt.CONNECTION) -> (unit, string) Result.t Lwt.t
val get : (module Caqti_lwt.CONNECTION) -> namespace:string -> (Sihl__.Data_migration_core.t option, string) Result.t Lwt.t
val upsert : (module Caqti_lwt.CONNECTION) -> state:Sihl__.Data_migration_core.t -> (unit, string) Result.t Lwt.t