You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.ko.md
+53-1Lines changed: 53 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,59 @@ main().catch(console.error);
162
162
-`mode: 'force'`: 스키마와 일치하지 않는 기존 시트를 덮어쓰므로 데이터가 손실될 수 있습니다.
163
163
-`mode: 'clean'`: 모든 데이터를 지우고 스키마 헤더만 새로 씁니다.
164
164
165
-
### 쿼리 빌더 (`client.query()`)
165
+
### 쿼리 빌더 (`client.queryBuilder`)
166
+
167
+
`client.queryBuilder` 메소드는 `SELECT`, `INSERT`, `UPDATE`, `DELETE` 작업을 위한 유창한 쿼리 빌더에 접근할 수 있도록 합니다. SQL과 유사한 직접 쿼리 기능(`client.query("SELECT ...")`)은 현재 구현되지 않은 플레이스홀더임을 참고해 주세요.
0 commit comments