package sihl

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

Module Repo.MakePostgreSqlSource

Parameters

Signature

include Repository.Sig.REPO
Sourceval register_migration : unit -> unit
Sourceval register_cleaner : unit -> unit
Sourceval find_all : Core.Ctx.t -> Session__.Model.t list Lwt.t
Sourceval find_opt : Core.Ctx.t -> key:string -> Session__.Model.t option Lwt.t
Sourceval insert : Core.Ctx.t -> Session__.Model.t -> unit Lwt.t
Sourceval update : Core.Ctx.t -> Session__.Model.t -> unit Lwt.t
Sourceval delete : Core.Ctx.t -> key:string -> unit Lwt.t
OCaml

Innovation. Community. Security.