diff --git a/blog/next-chapter-2/index.md b/blog/next-chapter-2/index.md index 105ef766..7d9775f4 100644 --- a/blog/next-chapter-2/index.md +++ b/blog/next-chapter-2/index.md @@ -15,7 +15,7 @@ In the [previous post](../next-chapter-1/index.md), we discussed the general pla -## 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.