P
Prisma3mo ago
nezumi

Nothing is written in a SQLite database when i try to insert anything

I don't understand why this happen
No description
Solution:
I forgot to await await prisma.test.create({ data: { skibidi: "ohio" } });
Jump to solution
2 Replies
nezumi
nezumiOP3mo ago
No description
Solution
nezumi
nezumi3mo ago
I forgot to await await prisma.test.create({ data: { skibidi: "ohio" } });

Did you find this page helpful?