dbnexus 0.1.16 β†’ 0.2.0

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
@@ -8,7 +8,7 @@
8
8
  ## Features
9
9
 
10
10
  - πŸ–₯️ **Modern Web UI** - Beautiful interface for database management
11
- - πŸ”Œ **Multiple Databases** - PostgreSQL, MySQL, MariaDB, SQLite
11
+ - πŸ”Œ **Multiple Databases** - PostgreSQL, MySQL, 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
@@ -112,7 +112,7 @@ DBNEXUS_DATA_DIR=/custom/path dbnexus
112
112
  ## Requirements
113
113
 
114
114
  - Node.js 18 or higher
115
- - One of: PostgreSQL, MySQL, MariaDB, or SQLite
115
+ - One of: PostgreSQL, MySQL, or SQLite
116
116
 
117
117
  ## Supported Databases
118
118
 
@@ -159,4 +159,4 @@ AGPL-3.0 Β© DB Nexus Team
159
159
 
160
160
  ---
161
161
 
162
- **Like Prisma Studio, but for any database** - Manage PostgreSQL, MySQL, MariaDB, and SQLite databases with a beautiful web interface.
162
+ **Like Prisma Studio, but for any database** - Manage PostgreSQL, MySQL,and SQLite databases with a beautiful web interface.