package sihl

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

Module Repo.MakePostgreSqlSource

Parameters

Signature

include Sihl_repository.Sig.REPO
Sourceval register_migration : unit -> unit
Sourceval register_cleaner : unit -> unit
Sourceval get_all : Sihl_core.Ctx.t -> query:Sihl_database.Ql.t -> (Sihl_user__.Model.t list * Sihl_repository.Meta.t) Lwt.t
Sourceval get : Sihl_core.Ctx.t -> id:string -> Sihl_user__.Model.t option Lwt.t
Sourceval get_by_email : Sihl_core.Ctx.t -> email:string -> Sihl_user__.Model.t option Lwt.t
Sourceval insert : Sihl_core.Ctx.t -> user:Sihl_user__.Model.t -> unit Lwt.t
Sourceval update : Sihl_core.Ctx.t -> user:Sihl_user__.Model.t -> unit Lwt.t
OCaml

Innovation. Community. Security.