dbnexus 0.1.4 β 0.1.6
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 +6 -11
- package/dist/index.js +1 -1
- package/dist/web/assets/index-7YsT1dbQ.js +379 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/web/assets/index-krt7_0-5.js +0 -379
package/README.md
CHANGED
|
@@ -11,11 +11,12 @@
|
|
|
11
11
|
- π **Multiple Databases** - PostgreSQL, MySQL, MariaDB, SQLite
|
|
12
12
|
- π **Schema Sync** - Compare and migrate schemas between databases
|
|
13
13
|
- π **Data Sync** - Synchronize table data with conflict resolution
|
|
14
|
-
-
|
|
14
|
+
- πΊοΈ **Schema Diagram** - Visual database schema editor with drag-and-drop
|
|
15
|
+
- π **FK Navigation** - Click foreign key values to query referenced rows
|
|
15
16
|
- π **Query History** - Track and replay queries
|
|
16
17
|
- π **Secure** - Encrypted credentials with AES-256-GCM
|
|
17
18
|
- π‘οΈ **Safety First** - Production guardrails for dangerous queries
|
|
18
|
-
- π **
|
|
19
|
+
- π **Auto-Discovery** - Scan for databases via ports, Docker, env files
|
|
19
20
|
|
|
20
21
|
## Installation
|
|
21
22
|
|
|
@@ -83,17 +84,20 @@ DBNEXUS_DATA_DIR=/custom/path dbnexus
|
|
|
83
84
|
- Organize connections into projects and groups
|
|
84
85
|
- Test connection health
|
|
85
86
|
- Encrypted credential storage
|
|
87
|
+
- Auto-discover databases via port scanning and Docker
|
|
86
88
|
|
|
87
89
|
### Query Editor
|
|
88
90
|
|
|
89
91
|
- Execute SQL queries with syntax highlighting
|
|
90
92
|
- View results in a data grid
|
|
91
93
|
- Edit data inline
|
|
94
|
+
- **Click FK values to navigate to referenced rows**
|
|
92
95
|
- Query history and saved queries
|
|
93
96
|
|
|
94
97
|
### Schema Management
|
|
95
98
|
|
|
96
99
|
- Browse tables, columns, indexes, and foreign keys
|
|
100
|
+
- Visual schema diagram with drag-and-drop
|
|
97
101
|
- Compare schemas between databases
|
|
98
102
|
- Generate migration SQL
|
|
99
103
|
- Apply schema changes
|
|
@@ -105,13 +109,6 @@ DBNEXUS_DATA_DIR=/custom/path dbnexus
|
|
|
105
109
|
- Bulk data operations
|
|
106
110
|
- Dump and restore databases
|
|
107
111
|
|
|
108
|
-
### Schema Diagram
|
|
109
|
-
|
|
110
|
-
- Visual database schema editor
|
|
111
|
-
- Drag-and-drop table relationships
|
|
112
|
-
- Create and modify tables visually
|
|
113
|
-
- Export diagrams
|
|
114
|
-
|
|
115
112
|
## Requirements
|
|
116
113
|
|
|
117
114
|
- Node.js 18 or higher
|
|
@@ -144,7 +141,6 @@ rm -rf ~/.dbnexus
|
|
|
144
141
|
|
|
145
142
|
## Documentation
|
|
146
143
|
|
|
147
|
-
- [Full Documentation](https://docs.dbnexus.dev)
|
|
148
144
|
- [GitHub Repository](https://github.com/akademskig/dbnexus)
|
|
149
145
|
- [Issue Tracker](https://github.com/akademskig/dbnexus/issues)
|
|
150
146
|
|
|
@@ -158,7 +154,6 @@ MIT Β© DB Nexus Team
|
|
|
158
154
|
|
|
159
155
|
## Support
|
|
160
156
|
|
|
161
|
-
- π§ Email: <admin@dbnexus.dev>
|
|
162
157
|
- π Issues: [GitHub Issues](https://github.com/akademskig/dbnexus/issues)
|
|
163
158
|
- π¬ Discussions: [GitHub Discussions](https://github.com/akademskig/dbnexus/discussions)
|
|
164
159
|
|