package ezsqlite

  1. Overview
  2. Docs

Module Ezsqlite.BlobSource

Sourcetype blob
Sourceval open_blob : t -> ?dbname:string -> ?rw:bool -> string -> string -> int64 -> blob
Sourceval close : blob -> unit
Sourceval reopen : blob -> int64 -> unit
Sourceval length : blob -> int
Sourceval read : blob -> ?offs:int -> Bytes.t -> int -> unit
Sourceval write : blob -> ?offs:int -> Bytes.t -> unit
OCaml

Innovation. Community. Security.