Local Centralized Database Manager

Published: (February 22, 2026 at 12:11 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

A local database portal that runs with Docker Compose, providing a single interface for common database operations across multiple database engines.

GitHub Repository – Local Centralized Database Manager

How to run it

docker compose up -d

Then open in your browser.

Problem it solves

  • Quickly check whether a database connection is healthy.
  • Eliminate the need to switch between terminal commands, tools, and scripts for backup, restore, and migration across different database engines.

Current features

(list of features can be added here by the maintainer)

Why I’m sharing this

I’m actively improving the portal and would love feedback from the community.

  • ⭐ Follow/Star the repo
  • 🧪 Try it in your local setup
  • 🤝 Contribute ideas, open issues, or submit pull requests

Your input will help shape the project!

0 views
Back to Blog

Related posts

Read more »

Show HN: I ported Tree-sitter to Go

This started as a hard requirement for my TUI‑based editor application, but it ended up going in a few different directions. - A suite of tools that help with s...