@dataramen/cli 0.0.21 → 0.0.23
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 +8 -7
- package/dist/README.md +8 -7
- package/dist/code/{client/assets/index-CBAZG-NN.js → web/assets/index-BiYLZWQA.js} +65 -65
- package/dist/code/web/assets/index-DCARkmFz.css +1 -0
- package/dist/code/web/index.html +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/dist/code/client/assets/index-Dfbw9I3p.css +0 -1
- package/dist/code/client/dataramen.png +0 -0
- package/dist/code/client/dataramen.svg +0 -85
- package/dist/code/client/index.html +0 -17
- package/dist/code/web/assets/index-BqtLBd0k.js +0 -310
- package/dist/code/web/assets/index-Dfbw9I3p.css +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Your cozy corner for exploring and working with SQL databases - no query writing required.
|
|
4
4
|
|
|
5
|
-
DataRamen CLI lets you launch a powerful, local database exploration app that connects effortlessly to MySQL and PostgreSQL databases. Browse schemas, follow relationships, insert data
|
|
5
|
+
DataRamen CLI lets you launch a powerful, local database exploration app that connects effortlessly to MySQL and PostgreSQL databases. Browse schemas, follow relationships, and insert/update data - all from your browser.
|
|
6
6
|
|
|
7
7
|
## ✨ Features
|
|
8
8
|
|
|
@@ -16,7 +16,7 @@ DataRamen CLI lets you launch a powerful, local database exploration app that co
|
|
|
16
16
|
Filter, sort, join, and summarize data using a beautiful, intuitive interface.
|
|
17
17
|
|
|
18
18
|
- 🔗 **Follow Relationships Easily**
|
|
19
|
-
Click to expand related records
|
|
19
|
+
Click to expand related records.
|
|
20
20
|
|
|
21
21
|
- ✏️ **Insert & Update Visually**
|
|
22
22
|
Add or modify rows with a visual editor - no SQL errors.
|
|
@@ -53,11 +53,12 @@ Go to https://app.dataramen.xyz in your browser. Your local server will connect
|
|
|
53
53
|
|
|
54
54
|
## 🔧 Additional CLI Commands
|
|
55
55
|
|
|
56
|
-
| Command | Description
|
|
57
|
-
|
|
58
|
-
| `dataramen start` | Start the local DataRamen server
|
|
59
|
-
| `dataramen stop` | Stop the local server
|
|
60
|
-
| `dataramen
|
|
56
|
+
| Command | Description |
|
|
57
|
+
|-------------------|----------------------------------|
|
|
58
|
+
| `dataramen start` | Start the local DataRamen server |
|
|
59
|
+
| `dataramen stop` | Stop the local server |
|
|
60
|
+
| `dataramen open` | Open local webapp |
|
|
61
|
+
| `dataramen logs` | Show logs from the running server|
|
|
61
62
|
|
|
62
63
|
## ❤️ Made with love by [Oleksandr Demian](https://github.com/OleksandrDemian)
|
|
63
64
|
|
package/dist/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Your cozy corner for exploring and working with SQL databases - no query writing required.
|
|
4
4
|
|
|
5
|
-
DataRamen CLI lets you launch a powerful, local database exploration app that connects effortlessly to MySQL and PostgreSQL databases. Browse schemas, follow relationships, insert data
|
|
5
|
+
DataRamen CLI lets you launch a powerful, local database exploration app that connects effortlessly to MySQL and PostgreSQL databases. Browse schemas, follow relationships, and insert/update data - all from your browser.
|
|
6
6
|
|
|
7
7
|
## ✨ Features
|
|
8
8
|
|
|
@@ -16,7 +16,7 @@ DataRamen CLI lets you launch a powerful, local database exploration app that co
|
|
|
16
16
|
Filter, sort, join, and summarize data using a beautiful, intuitive interface.
|
|
17
17
|
|
|
18
18
|
- 🔗 **Follow Relationships Easily**
|
|
19
|
-
Click to expand related records
|
|
19
|
+
Click to expand related records.
|
|
20
20
|
|
|
21
21
|
- ✏️ **Insert & Update Visually**
|
|
22
22
|
Add or modify rows with a visual editor - no SQL errors.
|
|
@@ -53,11 +53,12 @@ Go to https://app.dataramen.xyz in your browser. Your local server will connect
|
|
|
53
53
|
|
|
54
54
|
## 🔧 Additional CLI Commands
|
|
55
55
|
|
|
56
|
-
| Command | Description
|
|
57
|
-
|
|
58
|
-
| `dataramen start` | Start the local DataRamen server
|
|
59
|
-
| `dataramen stop` | Stop the local server
|
|
60
|
-
| `dataramen
|
|
56
|
+
| Command | Description |
|
|
57
|
+
|-------------------|----------------------------------|
|
|
58
|
+
| `dataramen start` | Start the local DataRamen server |
|
|
59
|
+
| `dataramen stop` | Stop the local server |
|
|
60
|
+
| `dataramen open` | Open local webapp |
|
|
61
|
+
| `dataramen logs` | Show logs from the running server|
|
|
61
62
|
|
|
62
63
|
## ❤️ Made with love by [Oleksandr Demian](https://github.com/OleksandrDemian)
|
|
63
64
|
|