this will save some space, and we dont really care about reading dates for debugging (sqlite has helpers if we really do care)
we could also store metadata in msgpack format, but then we lose the ability for sqlite to use json_extract selectors. (although we could take advantage of registered functions...we would have to benchmark this)
this will save some space, and we dont really care about reading dates for debugging (sqlite has helpers if we really do care)
we could also store metadata in msgpack format, but then we lose the ability for sqlite to use
json_extractselectors. (although we could take advantage of registered functions...we would have to benchmark this)