package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

include Data.Repo.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val find_all : Core.Ctx.t -> Sihl__.Session_core.t Base.list Lwt.t
val find_opt : Core.Ctx.t -> key:Base.string -> Sihl__.Session_core.t Base.option Lwt.t
val insert : Core.Ctx.t -> Sihl__.Session_core.t -> Base.unit Lwt.t
val update : Core.Ctx.t -> Sihl__.Session_core.t -> Base.unit Lwt.t
val delete : Core.Ctx.t -> key:Base.string -> Base.unit Lwt.t
OCaml

Innovation. Community. Security.