Skip to content

Commit 0ae7b9b

Browse files
authored
blog: update next-chapter-2 (#442)
1 parent 9aed6b7 commit 0ae7b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/next-chapter-2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In the [previous post](../next-chapter-1/index.md), we discussed the general pla
1515

1616
<!-- truncate -->
1717

18-
## High-Level CRUD and Low-Level Query Builder
18+
## Query Builder
1919

2020
While continuing to provide the fully typed CRUD API like `PrismaClient` (`findMany`, `create`, etc.), using [Kysely](https://kysely.dev/) as the underlying data access layer allows us to easily offer a low-level, query-builder style API too.
2121

0 commit comments

Comments
 (0)