From 2d5ca8dbff55dc545c380ac91aeb4e5a23ff292e Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Thu, 10 Apr 2025 18:08:03 -0700 Subject: [PATCH] blog: update next-chapter-2 --- blog/next-chapter-2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.