outerbase/studio

A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 11th, 2026
Created on January 17th, 2024
Open Issues & Pull Requests: 89 (+0)
GitHub issues: Enabled
Number of forks: 265
Total Stargazers: 5,972 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.8 hours
Mean response time: 13.6 days
90th percentile: 40.7 days
Tracked items: 110

How this project is maintained

72% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 58
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 530 days
Stale 30+ days: 57
Stale 90+ days: 56

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (4)
  • backend (2)
  • help wanted (2)
  • ai (1)
  • optimization (1)
  • rqlite (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Outerbase Studio is a lightweight browser-based GUI for managing SQL databases that supports Postgres, MySQL, SQLite, and several SQLite variants including LibSQL, Cloudflare D1, and rqlite.

The tool addresses the need for a simple, accessible database management interface without requiring installation or complex setup. It works by running directly in the browser, connecting to your database and providing a visual interface for common database operations. For SQLite-based databases, the entire experience runs client-side in the browser. For MySQL and PostgreSQL, which require server-side drivers, the project offers a desktop application built with Electron that enables full functionality for these databases.

Developers managing SQLite databases or SQLite variants should consider this tool for its lightweight approach and zero-installation browser access. It suits projects where a quick, shareable interface is more valuable than a full-featured database IDE. The desktop application extends its usefulness to MySQL and PostgreSQL users, though support for these databases remains in beta with limited features compared to SQLite support. The tool distinguishes itself through a query editor with auto-completion, a data editor that stages changes before committing, a schema editor for table modifications without SQL, and a connection manager that can store connections locally or on a server for cross-device access.

The project shows consistent development activity with regular updates to expand database support and refine existing features. The codebase is actively maintained with improvements to the core editing and data management capabilities. The team has demonstrated responsiveness to extending platform support, evidenced by the addition of MySQL and PostgreSQL drivers through the desktop application. Development appears focused on maintaining the lightweight character of the tool while systematically broadening its database compatibility.