Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Nothing is written in a SQLite database when i try to insert anything - Prisma
P
Prisma
•
17mo 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,819
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
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
10mo ago
Querying a SQLite database will just hang forever
P
Prisma / help-and-questions
17mo ago
How to filter if a variable is not in database
P
Prisma / help-and-questions
2y ago