1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add a bit more detail to latest TIL

This commit is contained in:
jbranchaud
2023-11-09 10:12:49 -06:00
parent 52d31fa41b
commit b1994cfe21

View File

@@ -27,4 +27,7 @@ export const prisma =
})
```
If we look in our app server logs when a code path that contains a Prisma query
executes, we'll see a line for each SQL statement.
[source](https://github.com/prisma/prisma/discussions/3967)