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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # DB Nexus
2
2
 
3
- > Database management tool with web UI - like Prisma Studio for any database
3
+ > Database management tool with web UI
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/dbnexus.svg)](https://www.npmjs.com/package/dbnexus)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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