dbnexus 0.1.17 β 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 +3 -3
- package/dist/api.js +2346 -563
- package/dist/cli.js +53 -2
- package/dist/web/assets/index-bg5kNolg.js +510 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/web/assets/index-BIwkdxMs.js +0 -508
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,
|
|
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,
|
|
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,
|
|
162
|
+
**Like Prisma Studio, but for any database** - Manage PostgreSQL, MySQL,and SQLite databases with a beautiful web interface.
|