Skip to content

Commit 7f48159

Browse files
committed
docs: update doc
1 parent 70f38bb commit 7f48159

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# kysely-sqlite-builder
22

3-
Utility layer for [Kysely](https://github.com/kysely-org/kysely) on SQLite
4-
5-
- Under development, breaking updates may occur, use at your own risk
3+
Utility layer for [Kysely](https://github.com/kysely-org/kysely) on SQLite
64

75
## Features
86

@@ -11,6 +9,7 @@ Utility layer for [Kysely](https://github.com/kysely-org/kysely) on SQLite
119
- Auto migration
1210
- Auto generate `createAt` and `updateAt`
1311
- Auto soft delete
12+
- Support `WITHOUT ROWID`
1413
- Auto serialize / deserialize
1514
- Precompile query
1615
- Page query
@@ -292,7 +291,7 @@ console.log(page.convertRecords(p => p.literal).records)
292291

293292
### Upsert (SaveOrUpdate)
294293

295-
Use `db.replaceInto()` or `db.insertInto().onConflict()`
294+
Use `db.replaceInto()` or `db.insertInto().orReplace()`
296295

297296
### Pragma / Utils
298297

0 commit comments

Comments
 (0)