@zenon-red/probe 1.0.0 → 1.0.1
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/README.md +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ tasks[5]{id,title,status,priority,assignedTo,projectId}:
|
|
|
90
90
|
Run SQL directly:
|
|
91
91
|
|
|
92
92
|
```bash
|
|
93
|
-
probe query "SELECT
|
|
93
|
+
probe query "SELECT id, title, priority, created_by FROM tasks WHERE priority > 7 LIMIT 20"
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
See [SQL](./docs/sql.md) for the full schema and query examples.
|