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.

๐ Follow relationships
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).

โ๏ธ Insert & update data visually
Add or edit rows directly โ no syntax errors, no stress.

๐พ Save your 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!