Smitty
PPrisma
•Created by Smitty on 6/18/2024 in #help-and-questions
Local sqlite db in monorepo with nextJS trying to find table 'main.TABLE' instead of 'TABLE'
Not sure how to mark this as done yet not resolved.
5 replies
PPrisma
•Created by Smitty on 6/18/2024 in #help-and-questions
Local sqlite db in monorepo with nextJS trying to find table 'main.TABLE' instead of 'TABLE'
I just moved it out of a monorepo structure and that solved the problem. Unfortunately no real resolution to the problem.
5 replies
PPrisma
•Created by Smitty on 6/18/2024 in #help-and-questions
Local sqlite db in monorepo with nextJS trying to find table 'main.TABLE' instead of 'TABLE'
if i run the queries with bun from the CLI, it works as expected. it seems like some issue with connecting to next?
5 replies
PPrisma
•Created by Smitty on 6/18/2024 in #help-and-questions
Local sqlite db in monorepo with nextJS trying to find table 'main.TABLE' instead of 'TABLE'
Here's the log:
prisma:query SELECT
main
.BuiltPrompt
.id
, main
.BuiltPrompt
.createdAt
, main
.BuiltPrompt
.prompt
, main
.BuiltPrompt
.taskName
, main
.BuiltPrompt
.messageName
FROM main
.BuiltPrompt
WHERE 1=1 LIMIT ? OFFSET ?5 replies