how to insert an array of strings
hey guys,
I wanted to know how to store an array of strings with kysely, I created my table using migrations:
I ran it this way and it created the table, but the problem now is inserting the data:
I'm using postgresql, could you help me please
3 Replies
What's the problem?
What's the type of
columnName
in the table interface?@koskimas It is returning QueryCompilerError: Could not serialize value when I try to register
Ok so you aren't using any of the built-in dialects. You need to open an issue in the 3rd party dislect's repo you're using. We have no control over those.