dbnexus 0.5.2 → 0.5.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 +13 -0
- package/dist/api.js +2747 -920
- package/dist/cli.js +1 -1
- package/dist/web/assets/{index-Be1f47F2.js → index-DCJ7drPm.js} +111 -111
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,19 @@
|
|
|
8
8
|
|
|
9
9
|
**[Documentation](https://akademskig.github.io/dbnexus/)** • **[Installation](#-quick-start)** • **[Features](#-features)** • **[CLI Usage](#-cli-usage)**
|
|
10
10
|
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
- **Visual Schema Diagrams** - Interactive ER diagrams with drag-and-drop editing
|
|
14
|
+
- **Schema & Data Sync** - Compare and synchronize schemas and data between databases
|
|
15
|
+
- **Data Import/Export** - Import CSV/JSON files with column mapping, export query results
|
|
16
|
+
- **Backup & Restore** - Full database backups with compression and one-click restore
|
|
17
|
+
- **Production Safety** - Blocks dangerous queries (UPDATE/DELETE without WHERE) on production
|
|
18
|
+
- **Foreign Key Navigation** - Click FK values to instantly jump to referenced rows
|
|
19
|
+
- **Auto-Discovery** - Scan for databases via Docker, ports, env files, and SQLite files
|
|
20
|
+
- **Inline Data Editing** - Edit table rows directly in the results grid
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
11
24
|
## 📸 Screenshots
|
|
12
25
|
|
|
13
26
|
<div align="center">
|