SqliteUtils.MarshalledNullableDataNOTForComparison
A default implementation of the Data API that encodes None as a NULL SQLite value
module D : sig ... end
type t = D.t option
val serialize : t -> Sqlite3.Data.t
val deserialize : Sqlite3.Data.t -> t