sql.insert and sql.update in relation to using arrays in Postgre. I've found that when a schema contains a prop that is an array, then the sql.insert throws a TypeScript error that Type 'readonly string[]' is not assignable to type 'Primitive | Fragment | undefined'. However, running the code results in both compilation and correct validation from the Schema. Check out the repo for the recreation and a more detailed explanation.Primitive types. However, it seems odd to have to force an incorrect type on the database to make TypeScript happy.