dbsafedump 1.0.2 → 1.0.4
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 +18 -5
- package/dist/cli.js +119 -119
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -139,6 +139,19 @@ dbsafedump deactivate
|
|
|
139
139
|
|
|
140
140
|
---
|
|
141
141
|
|
|
142
|
+
## Privacy
|
|
143
|
+
|
|
144
|
+
DBSafeDump collects minimal data for license verification only:
|
|
145
|
+
|
|
146
|
+
- **Device fingerprint**: Hardware identifiers (MAC address, CPU, memory) hashed locally
|
|
147
|
+
- **License key**: Stored locally, sent to license server for activation
|
|
148
|
+
- **No telemetry**: No usage tracking, no analytics, no data collection beyond license checks
|
|
149
|
+
- **Offline mode**: FREE tier works completely offline; paid licenses require connection once per hour for verification
|
|
150
|
+
|
|
151
|
+
All data is processed locally. Only the encrypted license key is transmitted to the activation server.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
142
155
|
## Commands
|
|
143
156
|
|
|
144
157
|
### init
|
|
@@ -192,12 +205,12 @@ dbsafedump scrub --ci --force
|
|
|
192
205
|
|
|
193
206
|
**Note:** The `--ci` and `--force` flags skip the confirmation prompt. Always verify your target database in `config.yml` before running.
|
|
194
207
|
|
|
195
|
-
###
|
|
208
|
+
### schema
|
|
196
209
|
|
|
197
|
-
|
|
210
|
+
Show database schema (tables, keys, row counts).
|
|
198
211
|
|
|
199
212
|
```bash
|
|
200
|
-
dbsafedump
|
|
213
|
+
dbsafedump schema
|
|
201
214
|
```
|
|
202
215
|
|
|
203
216
|
### discover
|
|
@@ -579,7 +592,7 @@ Yes, after initial activation, the license is cached for 1 hour. After that, re-
|
|
|
579
592
|
|
|
580
593
|
### Q: How do I report issues?
|
|
581
594
|
|
|
582
|
-
Open an issue at
|
|
595
|
+
Open an issue at contact@dbsafedump.com
|
|
583
596
|
|
|
584
597
|
---
|
|
585
598
|
|
|
@@ -593,4 +606,4 @@ Open an issue at https://github.com/anomalyco/dbsafedump/issues
|
|
|
593
606
|
|
|
594
607
|
## License
|
|
595
608
|
|
|
596
|
-
Copyright
|
|
609
|
+
Copyright 2026. All rights reserved.
|