TypeError: db.update(...).values is not a function
Hi Guys
New here in drizzle.
I'm using sveltekit, and i try to create somekind of update/edit form but i get this error
TypeError: db.update(...).values is not a function
1 Reply
sorry i just realized it, for update i should use .set instead of .value