DEV Community

deathrangerr
deathrangerr

Posted on

Introducing QueryForge: An Enterprise Database Client

I'm excited to share QueryForge, an open-source database management tool I've been working on.

What is QueryForge?

QueryForge is an enterprise-grade database client that supports PostgreSQL, MySQL, and Oracle with SAML 2.0 authentication.

Key Features

  • Multi-Database Support: Connect to PostgreSQL, MySQL, and Oracle
  • SAML 2.0 Authentication: Enterprise SSO integration
  • Advanced SQL Editor: Multi-tab editor with syntax highlighting
  • DBA Tools: Session monitoring, lock analysis, performance monitoring
  • Security: Comprehensive audit logging and session management

Tech Stack

  • Frontend: React 18, Vite, CodeMirror
  • Backend: Node.js, Express, Passport-SAML
  • Databases: pg, mysql2, oracledb

Quick Start

git clone https://github.com/deathrangerr/queryforge.git
cd queryforge
npm install
npm run build
node server.js
Enter fullscreen mode Exit fullscreen mode

Why I Built This

[Share your story - why you created it, what problem it solves]

What's Next

I'm looking for feedback and contributions! Check out the repo:
https://github.com/deathrangerr/queryforge

License

MIT - Free to use and modify!

Top comments (0)