Querying a SQLite database will just hang forever
Why ?
Solution:Jump to solution
Solved: I had to install a matching version of
@prisma/client
and prisma
client.
```json
{
"name": "",
"version": "1.0.0",...2 Replies