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
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