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