@dataramen/cli
v0.0.85
Published
A lightweight web GUI for MySQL and PostgreSQL, built for developers who move fast and stay focused. Connect, explore, and inspect your data effortlessly, no boilerplate, no friction. Visit [dataramen.xyz](https://dataramen.xyz) for more info.
Maintainers
Readme
DataRamen
A lightweight web GUI for MySQL and PostgreSQL, built for developers who move fast and stay focused. Connect, explore, and inspect your data effortlessly, no boilerplate, no friction. Visit dataramen.xyz for more info.
Why use it?
Follow relationships easily DataRamen allows you to easily navigate between related records and tables.
No-SQL querying Filter, sort, join, and summarize data using intuitive interface.
Insert & update visually Add or modify records with a visual editor.
Connect to PostgreSQL & MySQL Plug in your credentials - you're ready to explore.
Installation
1. Install Node.js
DataRamen requires Node.js v22 or above: Download Node.js
2. Install DataRamen CLI
Open your terminal and run:
npm i -g @dataramen/cliUsage
Start the Local Server
dataramen startOpen the App
Open your app in the browser. By default, the app runs on localhost:4466.
Update the App
You can update DataRamen CLI using NPM install command:
npm i -g @dataramen/cliThe above command will install latest stable version.
Additional CLI Commands
| Command | Description |
|-------------------|----------------------------------|
| dataramen start | Start the local DataRamen server |
| dataramen stop | Stop the local server |
| dataramen open | Open local webapp |
| dataramen logs | Show logs from the running server|
Other
Visit dataramen.xyz for more info.
