New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@dataramen/cli

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataramen/cli

Your cozy corner for exploring and working with SQL databases - no query writing required.

latest
Source
npmnpm
Version
0.0.82
Version published
Weekly downloads
36
-91.67%
Maintainers
1
Weekly downloads
 
Created
Source

🍜 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 start

Open 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/cli

The above command will install latest stable version.

🔧 Additional CLI Commands

CommandDescription
dataramen startStart the local DataRamen server
dataramen stopStop the local server
dataramen openOpen local webapp
dataramen logsShow logs from the running server

❤️ Made with love by Oleksandr Demian

Visit dataramen.xyz for more info.

Keywords

cli

FAQs

Package last updated on 15 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts