dbnexus 0.1.1 → 0.1.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 +2 -1
- package/dist/api.js +1121 -474
- package/dist/cli.js +25 -4
- package/dist/index.js +1 -1
- package/dist/web/assets/index-krt7_0-5.js +379 -0
- package/dist/web/index.html +1 -1
- package/package.json +2 -2
- package/dist/web/assets/index-2M0S9O7L.js +0 -379
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# DB Nexus
|
|
2
2
|
|
|
3
|
-
> Database management tool with web UI
|
|
3
|
+
> Database management tool with web UI
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/dbnexus)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
- 📜 **Query History** - Track and replay queries
|
|
16
16
|
- 🔒 **Secure** - Encrypted credentials with AES-256-GCM
|
|
17
17
|
- 🛡️ **Safety First** - Production guardrails for dangerous queries
|
|
18
|
+
- 🔎 **Connection Scanning** - Discover databases via local ports, Docker containers, env/compose files, and SQLite files
|
|
18
19
|
|
|
19
20
|
## Installation
|
|
20
21
|
|