@dataramen/cli
v0.0.82
Published
Your cozy corner for exploring and working with SQL databases - no query writing required.
Maintainers
Readme
🍜 DataRamen CLI
Your cozy corner for exploring and working with SQL databases - no query writing required.
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.
✨ Features
🔌 Connect to PostgreSQL & MySQL
Securely plug in your credentials - you're ready to explore.🧭 Visual Schema Explorer
Instantly browse tables, columns, types, primary/foreign keys, and relationships.🧙 No-SQL Querying
Filter, sort, join, and summarize data using a beautiful, intuitive interface.🔗 Follow Relationships Easily
Click to expand related records.✏️ Insert & Update Visually
Add or modify rows with a visual editor - no SQL errors.💾 Save Queries
Save your favorite views for quick access later.
🛠️ 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/cli🖥️ Usage
Start the Local Server
dataramen startOpen the App
Go to localhost:4466 in your browser. Your local server will connect automatically.
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|
❤️ Made with love by Oleksandr Demian
Visit dataramen.xyz for more info.
