Search
Star
1.4k
Feedback
Setup for Free
P
Prisma
•
15mo ago
•
4 replies
nezumi
Nothing is written in a SQLite database when i try to insert anything
I don
't understand why this happen
Solution
I forgot to await
await prisma.test.create({ data: { skibidi: "ohio" } });
await prisma.test.create({ data: { skibidi: "ohio" } });
Jump to solution
Prisma
Join
The official Discord server of Prisma! Find us online at prisma.io
9,805
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
await prisma.test.create({ data: { skibidi: "ohio" } });
await prisma.test.create({ data: { skibidi: "ohio" } });
Similar Threads
sqlite database connection, dist
P
Prisma / help-and-questions
2y ago
I'm getting an 500 Error when I try to visit Import Database
P
Prisma / help-and-questions
9mo ago
Querying a SQLite database will just hang forever
P
Prisma / help-and-questions
15mo ago
How to filter if a variable is not in database
P
Prisma / help-and-questions
2y ago