15fef916f6
* prisma extension fixes WIP * More prisma stuff * more prisma stuff * remove changelog * upgrade github workflows to use node 20.19 because installing prisma@7 breaks with lower versions * Don't use generate for the prisma reference projects * make sure it works if no mode is passed in
3 lines
52 B
SQL
3 lines
52 B
SQL
SELECT u.id, u.name
|
|
FROM "User" u
|
|
WHERE u.email = $1 |