awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
outerbase avatar

outerbase/studio

0
View on GitHub↗
5,818 Stars·252 Forks·TypeScript·AGPL-3.0·3 Aufrufestudio.outerbase.com↗

Studio

Studio ist ein containerisiertes SQL-Datenbank-Management-Tool, das eine browserbasierte grafische Oberfläche zur Ausführung von Abfragen und zur Verwaltung von Daten über verschiedene SQL-Datenbanken hinweg bereitstellt. Es besteht aus einem spezialisierten Query-Editor und einer grafischen Administrationsschnittstelle, die für webbasierte Datenbankadministration konzipiert ist.

Das Projekt bietet einen hochperformanten SQL-Query-Editor mit Autovervollständigung und Funktionshinweisen zur gleichzeitigen Ausführung mehrerer Datenbankbefehle. Es enthält einen visuellen Schema-Editor zum Erstellen und Modifizieren von Tabellenspalten sowie einen Record-Editor, der Änderungen stagt und vorschaut, bevor sie in die Quelle committet werden.

Die Plattform deckt Datenbankkonnektivität und Profilsynchronisierung, Multi-Dialekt-SQL-Integration sowie ein UI-Erweiterungs-Framework zum Hinzufügen benutzerdefinierter Logik zu Menüs, Tabs und Sidebars ab. Es nutzt einen Desktop-Wrapper, um Datenbanktreiber zu überbrücken, die ansonsten innerhalb standardmäßiger Webbrowser-Umgebungen eingeschränkt wären.

Die Anwendung ist als Docker-Image verpackt, um ein konsistentes Deployment über verschiedene Hosting-Plattformen hinweg sicherzustellen.

Features

  • Database Management GUIs - Provides a browser-based graphical interface for executing queries and managing data across various SQL databases.
  • SQL Database Management - Provides a comprehensive graphical interface for connecting to and managing various SQL data sources.
  • Local Database Browsers - Enables connectivity to local database files and drivers typically restricted by web browser environments.
  • SQL Dialect Adapters - Provides an abstraction layer that supports multiple SQL dialects within a single unified user interface.
  • SQL Query Editors - Includes an interactive SQL editor with auto-completion and function hints to accelerate complex query development.
  • SQL Query Execution Engines - Provides a high-performance SQL execution engine with auto-completion and function hints for running database commands.
  • Web-Based Database Clients - Delivers a database management interface via a web browser for consistent access across different devices.
  • Local Driver Bridges - Implements a desktop wrapper that allows the web interface to utilize native database drivers restricted by browser security.
  • Schema Editors - Features a graphical interface for creating and editing table columns without writing manual SQL.
  • Containerized Deployments - Provides a Docker image to ensure consistent deployment of the database management environment across different hosting platforms.
  • Database Schema Designers - Provides tools for visually defining and managing database table structures, columns, and constraints.
  • Structural Statement Generators - Translates graphical changes to table columns into the necessary structural SQL statements for database modification.
  • Data Record Editing - Ships a high-performance grid for modifying individual database records with staging and preview capabilities.
  • Grid Edit Commit Managers - Includes a data grid that buffers modifications for preview and validation before committing bulk updates to the database.
  • Application Containerization - Packages the entire database management application and its dependencies into a portable Docker image.
  • Databases and Data Tools - Lightweight database GUI for the browser.

Star-Verlauf

Star-Verlauf für outerbase/studioStar-Verlauf für outerbase/studio

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Studio

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Studio.
  • jorgerojas26/lazysqlAvatar von jorgerojas26

    jorgerojas26/lazysql

    3,481Auf GitHub ansehen↗

    LazySQL is a terminal user interface database manager and SQL client. It functions as a query runner and connection manager for interacting with SQL databases from the command line. The project features a read-only connection mode that blocks mutation commands to prevent accidental data loss. It supports automated pre-connection tasks, including the execution of shell commands and the establishment of SSH tunnels, and allows for both global and project-specific configuration. The interface provides a tree-based schema browser for navigating tables, a dedicated SQL query editor with tabular r

    Go
    Auf GitHub ansehen↗3,481
  • dbgate/dbgateAvatar von dbgate

    dbgate/dbgate

    6,769Auf GitHub ansehen↗

    DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc

    Sveltecassandraclickhousecockroachdb
    Auf GitHub ansehen↗6,769
  • vrana/adminerAvatar von vrana

    vrana/adminer

    7,432Auf GitHub ansehen↗

    Adminer is a PHP-based database management tool and multi-engine database client. It provides a web-based graphical interface for administering various relational and document database engines. The application is distributed as a single file to simplify installation and deployment on web servers. It supports customization through external stylesheets for visual themes and a plugin architecture to extend core functionality and system behaviors. The tool covers database schema administration, including the creation of views and management of foreign keys. It includes a SQL query editor with au

    PHPdatabasemssqlmysql
    Auf GitHub ansehen↗7,432
  • datlechin/tableproAvatar von datlechin

    datlechin/TablePro

    4,471Auf GitHub ansehen↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Swift
    Auf GitHub ansehen↗4,471
Alle 30 Alternativen zu Studio anzeigen→

Häufig gestellte Fragen

Was macht outerbase/studio?

Studio ist ein containerisiertes SQL-Datenbank-Management-Tool, das eine browserbasierte grafische Oberfläche zur Ausführung von Abfragen und zur Verwaltung von Daten über verschiedene SQL-Datenbanken hinweg bereitstellt. Es besteht aus einem spezialisierten Query-Editor und einer grafischen Administrationsschnittstelle, die für webbasierte Datenbankadministration konzipiert ist.

Was sind die Hauptfunktionen von outerbase/studio?

Die Hauptfunktionen von outerbase/studio sind: Database Management GUIs, SQL Database Management, Local Database Browsers, SQL Dialect Adapters, SQL Query Editors, SQL Query Execution Engines, Web-Based Database Clients, Local Driver Bridges.

Welche Open-Source-Alternativen gibt es zu outerbase/studio?

Open-Source-Alternativen zu outerbase/studio sind unter anderem: jorgerojas26/lazysql — LazySQL is a terminal user interface database manager and SQL client. It functions as a query runner and connection… dbgate/dbgate — DbGate is a universal database management tool and SQL client that provides a unified interface for querying and… vrana/adminer — Adminer is a PHP-based database management tool and multi-engine database client. It provides a web-based graphical… datlechin/tablepro — TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL… ottermind/chat2db — Chat2DB is an AI-powered SQL client and multi-database GUI manager designed for managing various relational and NoSQL… pawelsalawa/sqlitestudio — SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a…