ATProto Personal Data Server storage for OCaml
1(*---------------------------------------------------------------------------
2 Copyright (c) 2025 Thomas Gazagnaire. All rights reserved.
3 SPDX-License-Identifier: MIT
4 ---------------------------------------------------------------------------*)
5
6(** SQLite-backed blockstore implementing [Atp.Blockstore.writable]. *)
7
8val v : Sqlite.Table.t -> Atp.Blockstore.writable
9(** [v blocks] creates a writable blockstore backed by SQLite. *)