Hasty Briefsbeta

Bilingual

Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation

10 months ago
  • #SQL
  • #database
  • #developer-tools
  • DataRamen is a web GUI for MySQL and PostgreSQL designed for developers.
  • First-time installation requires Node.js v22 or above.
  • Install DataRamen CLI tool via npm with: npm i -g @dataramen/cli.
  • Start the local server with the command: dataramen start.
  • Access the app at app.dataramen.xyz in your browser.
  • Features include connecting to PostgreSQL & MySQL with credentials.
  • Explore schema: view tables, columns, types, and relationships.
  • Query data visually without writing SQL.
  • Follow relationships by clicking to expand related records.
  • Insert & update data visually without syntax errors.
  • Save queries for later use.
  • Option to write and run raw SQL anytime.