Type error with `sql.insert` due to `Schema.Array(Schema.String)` field in schema
Posting again because I never resolved this. I have a schema that has a
tags: Schema.Array(Schema.String) and I'm getting a type error around the overloads for sql.insert because of the array field. Can someone point me in the right direction of how I can resolve this or just documentation on the types involved in the conversion between Schema and DB types?