@atscript/db-sqlite 0.1.33 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.cjs +363 -196
- package/dist/index.d.ts +17 -2
- package/dist/index.mjs +363 -197
- package/package.json +6 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -174,7 +174,7 @@ Compares existing indexes with `@db.index.*` annotations:
|
|
|
174
174
|
|
|
175
175
|
When you call `insertOne(payload)`, `AtscriptDbTable` automatically:
|
|
176
176
|
|
|
177
|
-
1. Applies `@db.default
|
|
177
|
+
1. Applies `@db.default` defaults for missing fields
|
|
178
178
|
2. Validates against the Atscript type
|
|
179
179
|
3. Strips `@db.ignore` fields
|
|
180
180
|
4. Maps `@db.column` logical names to physical column names
|