package sihl

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

Module Repo.MakeMariaDbSource

Parameters

Signature

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

Innovation. Community. Security.