Why returning not support in MySQL2??

Drizzle ORM - Update
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
3 Replies
Heisnberg
Heisnberg11mo ago
I guess it’s not even supported in MySQL
Revan
Revan11mo ago
yes because mysql doesnt support returning
harshcut
harshcut9mo ago
if you want the return want id of the created row, that is available in the awaited response

Did you find this page helpful?