package sihl

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

Module Repo.MakeMariaDbSource

Parameters

Signature

include Data.Repo.Service.Sig.REPO
Sourceval register_migration : unit -> unit
Sourceval register_cleaner : unit -> unit
Sourceval insert_file : Core.Ctx.t -> file:Storage__.Storage_core.StoredFile.t -> unit Lwt.t
Sourceval insert_blob : Core.Ctx.t -> id:string -> blob:string -> unit Lwt.t
Sourceval get_file : Core.Ctx.t -> id:string -> Storage__.Storage_core.StoredFile.t option Lwt.t
Sourceval get_blob : Core.Ctx.t -> id:string -> string option Lwt.t
Sourceval update_file : Core.Ctx.t -> file:Storage__.Storage_core.StoredFile.t -> unit Lwt.t
Sourceval update_blob : Core.Ctx.t -> id:string -> blob:string -> unit Lwt.t
Sourceval delete_file : Core.Ctx.t -> id:string -> unit Lwt.t
Sourceval delete_blob : Core.Ctx.t -> id:string -> unit Lwt.t
OCaml

Innovation. Community. Security.