Repodb.Embedded

repodb · API reference

module type JSON = sig ... end

Embedded JSON documents with typed encode/decode schemas.

module Make (Json : JSON) : sig ... end