package sanddb

  1. Overview
  2. Docs

Module type Sanddb.DatabaseSource

Sanddb.Database is the basic module type that will be used to communicate with the database.

Sourcetype t
Sourceval file_path : string
Sourceval read_all_records : unit -> (Record_Id.t * t, exn) result list Lwt.t
Sourceval read_visible_records : unit -> (Record_Id.t * t, exn) result list Lwt.t
Sourceval insert_record : t -> Record_Id.t Lwt.t
Sourceval insert_shadowing_record : Record_Id.t -> t -> Record_Id.t Lwt.t
OCaml

Innovation. Community. Security.