@atscript/db-sqlite 0.1.34 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Atscript
3
+ Copyright (c) 2025-present Artem Maltsev
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.value` defaults for missing fields
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