-
-
Notifications
You must be signed in to change notification settings - Fork 977
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Example:
await db
.insert(schema.messages)
.values({
chatId,
userId,
content,
})
.returning({
with: {
user: true
}
})
similar typesafety to:
await db.query.messages.findMany({
where: ...
with: {
user: true
}
})
AtiaDjaberDevagulencina96
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request