Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/next-chapter-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In the [previous post](../next-chapter-1/index.md), we discussed the general pla

<!-- truncate -->

## High-Level CRUD and Low-Level Query Builder
## Query Builder

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.

Expand Down