File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments