@quereus/quoomb-cli 0.1.0 → 0.1.2
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,16 +95,16 @@ $ echo "SELECT * FROM users" | quoomb --store ./data --format json
|
|
|
95
95
|
$ quoomb --store ./data --format csv -c "SELECT * FROM users" > users.csv
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
##
|
|
98
|
+
## Frameworks/plugins
|
|
99
99
|
|
|
100
100
|
The CLI automatically loads:
|
|
101
|
-
- `@quereus/plugin-
|
|
102
|
-
- `@quereus/
|
|
101
|
+
- `@quereus/plugin-indexeddb` - Persistent storage with IndexedDB
|
|
102
|
+
- `@quereus/sync` - CRDT sync (when `--sync` is provided)
|
|
103
103
|
|
|
104
104
|
## Related Packages
|
|
105
105
|
|
|
106
106
|
- [`quereus`](../quereus/) - Core SQL engine
|
|
107
|
-
- [`@quereus/
|
|
107
|
+
- [`@quereus/store`](../quereus-store/) - Storage plugin
|
|
108
108
|
- [`@quereus/sync-coordinator`](../sync-coordinator/) - Server for sync
|
|
109
109
|
|
|
110
110
|
## License
|