package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Repository.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val find_all : unit -> Sihl_session__.Model.t list Lwt.t
val find_opt : key:string -> Sihl_session__.Model.t option Lwt.t
val insert : Sihl_session__.Model.t -> unit Lwt.t
val update : Sihl_session__.Model.t -> unit Lwt.t
val delete : key:string -> unit Lwt.t