@push.rocks/smartdb 2.6.2 → 2.7.0
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/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -159,7 +159,7 @@ The debug dashboard gives you:
|
|
|
159
159
|
|
|
160
160
|
## 📝 Operation Log & Point-in-Time Revert
|
|
161
161
|
|
|
162
|
-
Every write operation (insert, update, delete) is automatically recorded in an in-memory **operation log (OpLog)** with full before/after document snapshots. This enables:
|
|
162
|
+
Every write operation (insert, update, delete) is automatically recorded in an in-memory **operation log (OpLog)** with full before/after document snapshots. The OpLog lives in RAM and resets on restart — it covers the current session only. This enables:
|
|
163
163
|
|
|
164
164
|
- **Change tracking** — see exactly what changed, when, and in which collection
|
|
165
165
|
- **Field-level diffs** — compare previous and new document states
|
package/ts/00_commitinfo_data.ts
CHANGED