You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,8 +336,10 @@ noneDB::setDevMode(true); // Enable dev mode
336
336
337
337
### Migration
338
338
339
-
Automatic migration occurs on first database access:
340
-
1. V2 format detected (`{"data": [...]}`)
339
+
**Backwards Compatibility:** Databases created with any previous version (v1.x `{"data":[...]}` or v2.x JSON array format) are automatically migrated to the new JSONL format on first access. Your existing data is preserved - just upgrade and go.
340
+
341
+
**How it works:**
342
+
1. Old format detected (`{"data": [...]}` or JSON array)
Automatic migration occurs on first database access:
881
-
1. Old format detected (`{"data": [...]}`)
880
+
**Backwards Compatibility:** Databases created with any previous version (v1.x `{"data":[...]}` or v2.x JSON array format) are automatically migrated to the new JSONL format on first access. Your existing data is preserved - just upgrade and go.
881
+
882
+
**How it works:**
883
+
1. Old format detected (`{"data": [...]}` or JSON array)
0 commit comments