drizzle not showing columns
im not able to query my columns in drizzle using .query method. this is my drizzle config:
1 Reply
i fixed it nvm
i was using a multi file schema(separate file for each table in db)
just needed to create an index.ts in root of my schema folder and export all schemas
and then pass it to my db object