package sihl

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

Module Repo.MakeMariaDbSource

Parameters

Signature

include Repository.Sig.REPO
Sourceval register_migration : unit -> unit
Sourceval register_cleaner : unit -> unit
Sourceval get_all : Core.Ctx.t -> query:Database.Ql.t -> (User__.Model.User.t list * Repository.Meta.t) Lwt.t
Sourceval get : Core.Ctx.t -> id:string -> User__.Model.User.t option Lwt.t
Sourceval get_by_email : Core.Ctx.t -> email:string -> User__.Model.User.t option Lwt.t
Sourceval insert : Core.Ctx.t -> user:User__.Model.User.t -> unit Lwt.t
Sourceval update : Core.Ctx.t -> user:User__.Model.User.t -> unit Lwt.t
OCaml

Innovation. Community. Security.