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: README.md
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,84 @@ In the second scenario, you can be quite confident that your data is still the m
347
347
That said, the aim of this tool is to provide heuristics that you can combine with an understanding of your data model to get an accurate picture of the state of your device.
348
348
If you have specific knowledge about your data model or update frequency, you can use that knowledge to get a clearer view of the data you have locally.
349
349
350
+
## `QueryEditorView`
351
+
352
+
The `QueryEditorView` provides an interactive interface for executing DQL (Ditto Query Language) statements against your Ditto database. This tool helps developers test queries, inspect data, and perform CRUD operations during development and debugging, with built-in export functionality for query results.
353
+
354
+
### Usage
355
+
356
+
The `QueryEditorView` can be used as a standalone widget in your Flutter application:
-**Note**: Used for all export functionality (logs and database) to provide a consistent, native sharing experience across iOS, Android, macOS, and Linux platforms.
0 commit comments