dataramen

Welcome to DataRamen

A cozy web GUI for MySQL and PostgreSQL - made for developers who like to move fast and stay focused. Connect, explore, and inspect your data effortlessly - no boilerplate, no drag.

Features

๐Ÿง™ Query without writing SQL

Filter, sort, join, and summarize data using a simple visual interface.

Filter, sort, join, and summarize data using a simple visual interface.

๐Ÿ”— Follow relationships

Click to expand related records like nested tables. It's intuitive and powerful.

Click to expand related records like nested tables. It's intuitive and powerful.

๐Ÿงญ Explore your schema instantly

View tables, columns, types, and relationships (PKs, FKs).

View tables, columns, types, and relationships (PKs, FKs).

โœ๏ธ Insert & update data visually

Add or edit rows directly โ€” no syntax errors, no stress.

Add or edit rows directly โ€” no syntax errors, no stress.

๐Ÿ’พ Save your queries

Come back to your views anytime with saved queries.

Come back to your views anytime with saved queries.

Requirements

๐Ÿ”ง Install Node.js

DataRamen runs locally using Node.js. If you donโ€™t have it yet, download the latest version (v22 or above) from the NodeJS website.

๐Ÿœ Install DataRamen

Open your terminal and install DataRamen CLI tool:

npm i -g @dataramen/cli

Run app locally

๐Ÿ—๏ธ Start the local server

Once installed, launch the local server anytime with a single command in your terminal:

dataramen start

๐Ÿš€ Open the DataRamen app

Head over to app.dataramen.xyz in your browser.

You're all set โ€” explore your database like never before!