dbsafedump 1.0.2 → 1.0.3
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -192,12 +192,12 @@ dbsafedump scrub --ci --force
|
|
|
192
192
|
|
|
193
193
|
**Note:** The `--ci` and `--force` flags skip the confirmation prompt. Always verify your target database in `config.yml` before running.
|
|
194
194
|
|
|
195
|
-
###
|
|
195
|
+
### schema
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
Show database schema (tables, keys, row counts).
|
|
198
198
|
|
|
199
199
|
```bash
|
|
200
|
-
dbsafedump
|
|
200
|
+
dbsafedump schema
|
|
201
201
|
```
|
|
202
202
|
|
|
203
203
|
### discover
|
|
@@ -579,7 +579,7 @@ Yes, after initial activation, the license is cached for 1 hour. After that, re-
|
|
|
579
579
|
|
|
580
580
|
### Q: How do I report issues?
|
|
581
581
|
|
|
582
|
-
Open an issue at
|
|
582
|
+
Open an issue at contact@dbsafedump.com
|
|
583
583
|
|
|
584
584
|
---
|
|
585
585
|
|
|
@@ -593,4 +593,4 @@ Open an issue at https://github.com/anomalyco/dbsafedump/issues
|
|
|
593
593
|
|
|
594
594
|
## License
|
|
595
595
|
|
|
596
|
-
Copyright
|
|
596
|
+
Copyright 2026. All rights reserved.
|