Back to articles
One Platform for All Your Database Queries — Introducing dbquery
How-ToSystems

One Platform for All Your Database Queries — Introducing dbquery

via Dev.tosen ki

One Platform for All Your Database Queries — Introducing dbquery tag : devops selfhosted database django The daily reality for ops and dev teams: Navicat open on one screen, DBeaver on another, Redis Desktop Manager somewhere else, MongoDB Compass somewhere else again — constantly switching. You want to let a QA engineer look up a production table, but you can't hand out the database password. New hires spend hours configuring client tools before they can do anything useful. dbquery solves all of this in one shot. What Is dbquery? dbquery is a lightweight, self-hosted database query platform built with Django 4.2 + Bootstrap 5. It runs entirely in the browser — no client installation required — and supports MySQL, TiDB, PostgreSQL, Redis, and MongoDB . It comes with a built-in role-based permission system so DBAs, developers, and QA engineers can safely share one tool. One command to deploy, up and running in 5 minutes: docker-compose up -d GitHub: https://github.com/kisen9102-lgtm/dbq

Continue reading on Dev.to

Opens in a new tab

Read Full Article
5 views

Related Articles