Conversation
robinheghan
left a comment
There was a problem hiding this comment.
Overall I think this looks great!
We need a way to encode/decode Json to/from columns, and I'm not sure about exposing escape hatches for the Encoder/Decoder API's, but other than that this looks great!
|
I'm torn on the idea of an escape hatch. We could have |
I think we can start without the escape hatch, and introduce it once we have a use case for it. |
to match unix epoch as sqlite understands it
TRUE and FALSE are keywords, not literal string values supported in boolean fields.
the time encoder drops subsecond precision for efficiency
Thoughts on the API here?