package plebeia

  1. Overview
  2. Docs

Bigger data than a cell

val read : t -> Plebeia__.Index.t -> string

Read a big data which is stored from the specified index

val write : t -> ?max_cells_per_chunk:int -> string -> Plebeia__.Index.t

Write a big data and returns the index

val test_write_read : Stdlib.Random.State.t -> t -> unit

A test function