Catapult_sqlite.WriterDB writer.
val create :
?sync:[ `OFF | `NORMAL | `FULL ] ->
?append:bool ->
?file:string ->
?trace_id:string ->
?dir:string ->
unit ->
tOpen writer into a database file.
val cycle_stmt : t -> unitClose and recreate internal state.
val close : t -> unitClose writer.
val with_ :
?sync:[ `OFF | `NORMAL | `FULL ] ->
?append:bool ->
?file:string ->
?trace_id:string ->
?dir:string ->
unit ->
(t -> 'a) ->
'aval write_string_l : t -> string list -> unitval write_string : t -> string -> unitSend a json encoded event. Thread safe.