Payloads.SQLiteval serialize :
t ->
old_pulse_payload:Sqlite3.Data.t option ->
Sqlite3.Data.t listserialize payloads, but gets an old Pulse's payload to merge, which was pre-existing in DB
val lazy_load : proc_uid:string -> tload each payload lazily
val eager_load : Sqlite3.stmt -> first_column:int -> tload all payload columns from the statement starting at first_column
val deserialize_payload_opt :
?eager:bool ->
Sqlite3.Data.t ->
'a IStdlib.SafeLazy.t optionuse to deserialize the data from one column for a particular payload id; callers are responsible for casting the result to the appropriate payload option SafeLazy.t type