nezumi
PPrisma
•Created by nezumi on 11/10/2024 in #help-and-questions
Nothing is written in a SQLite database when i try to insert anything
I forgot to await
await prisma.test.create({ data: { skibidi: "ohio" } });
5 replies
PPrisma
•Created by nezumi on 11/10/2024 in #help-and-questions
Nothing is written in a SQLite database when i try to insert anything
5 replies
PPrisma
•Created by nezumi on 11/9/2024 in #help-and-questions
Querying a SQLite database will just hang forever
Solved: I had to install a matching version of
@prisma/client
and prisma
client.
5 replies
PPrisma
•Created by nezumi on 11/9/2024 in #help-and-questions
Querying a SQLite database will just hang forever
5 replies