can't execute basic pg cmnds in drizzle orm .
I have written my schema and generated the table. I can use pg client to interact with the db but not with drizzle orm for some reason i am executing a simple command it gives an error stating that
2 Replies
You need to provide a table instance inside
.from()
and not stringI actually uncovered the error . I didn't import the instances frm the schema . Thank you