My queries insert/delete are coming back with in error ...
Error inserting user: [Error: This function can now be called only as a tagged-template function: sql
SELECT ${value}
, not sql("SELECT $1", [value], options). For a conventional function call with value placeholders ($1, $2, etc.), use sql.query("SELECT $1", [value], options).]
0.30.6
schema:
1 Reply
solved : needed to update drizzle orm