Search
Get Started
DT
Drizzle Team
•
2y ago
Einzi
Array of Objects
Hello
, I wanted to know how can I create an array of objects in a table
.
Like
fields: { name: string, value: string }[]
fields: { name: string, value: string }[]
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,795
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
fields
: {
name
: string,
value
: string
}[]
fields
: {
name
: string,
value
: string
}[]
Similar Threads
Update with array of objects
DT
Drizzle Team / help
2y ago
Easiest way to add an array of objects?
DT
Drizzle Team / help
3y ago
db.select() from magic sql`` operator returns array of empty objects
DT
Drizzle Team / help
10mo ago
dynamically insert either single object or array of objects breaking types
DT
Drizzle Team / help
3y ago