Im currently running the localDB branch on the side and it seems to record the data just fine from what I can tell.
The db file produced seems to be similar to a CSV, but I noticed that it isnt ordered by the first fieldname ("s").
Right now my file has entries with "s" values from 388 to 482 in a random order, then a line that says
{"$$indexCreated":{"fieldName":"s","unique":true,"sparse":false}}
and then entries 483 to 522 neatly ordered by their incremental "s" value.
Could you maybe give me a very short explanation of what the field names stand for?
I just wanted to make sure that this is intended behaviour.