Array of Objects
Hello, I wanted to know how can I create an array of objects in a table.
Like
5 Replies
Drizzle ORM - PostgreSQL column types
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
Will something like this work
It should
OK thanks
Also might be worth adding something like this on the schema definition for type inference
.$type<{ foo: string }>()