Hi, and thanks for using JazzRecord!
As sqlite doesn't internally give a crap about the contents of its
columns, I've mostly just been using strings for storing dates, in
conjunction with getTime() calls on any Date objects.
Would you like to see actual JS Date objects converted/retrieved by
JazzRecord? This may be doable, but will cost some overhead when
loading a large number of records, each with a date field.
If we add it we'd need to add lots of "BE CAREFUL" verbiage in the
documentation regarding this, but for solo record loading it might be
cool.