mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add a bit more detail to latest TIL
This commit is contained in:
@@ -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)
|
[source](https://github.com/prisma/prisma/discussions/3967)
|
||||||
|
|||||||
Reference in New Issue
Block a user