db.update fails with undefined 'relation.referencedTable'
Running into a strange
The offending lines are
I can't find anyone who's run into this same issue, hoping someone has some insight on whether I've screwed up the syntax here.
undefined error when running db.update on the lone table in my SQLite database.The offending lines are
db.update(todos).set... where db is the connection to the database through Drizzle, and todos is a table defined by:I can't find anyone who's run into this same issue, hoping someone has some insight on whether I've screwed up the syntax here.
