How to reuse values within update().set() ? How to increment int?
How may I reuse values from the current item within .update.set()? E.g. how can I do the following PostgreSQL query?
The docs has barely any informations about
.update()
😦2 Replies
I found it in the "learn" page:
The docs really need some reorganizing. Constantly cant find stuff. The "update" page is basically empty: https://orm.drizzle.team/docs/update
Drizzle ORM - Update
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.