Module SqliteUtils.MarshalledNullableDataNOTForComparison

A default implementation of the Data API that encodes None as a NULL SQLite value

Parameters

module D : sig ... end

Signature

type t = D.t option
val serialize : t -> Sqlite3.Data.t
val deserialize : Sqlite3.Data.t -> t