awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
outerbase avatar

outerbase/studio

0
View on GitHub↗
5,818 星标·252 分支·TypeScript·AGPL-3.0·5 次浏览studio.outerbase.com↗

Studio

Studio 是一个容器化 SQL 数据库管理工具,提供了一个基于浏览器的图形界面,用于执行查询和管理各种 SQL 数据库。它由一个专门的查询编辑器和专为 Web 数据库管理设计的图形管理界面组成。

该项目具有一个高性能 SQL 查询编辑器,带有自动补全和函数提示,可同时运行多个数据库命令。它包括一个用于创建和修改表列的视觉模式编辑器,以及一个在提交到源之前暂存和预览更改的记录编辑器。

该平台涵盖数据库连接和配置文件同步、多方言 SQL 集成,以及用于向菜单、选项卡和侧边栏添加自定义逻辑的 UI 扩展框架。它利用桌面包装器来桥接在标准 Web 浏览器环境中受限的数据库驱动程序。

该应用程序打包为 Docker 镜像,以确保在不同托管平台上的部署一致性。

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 历史

outerbase/studio 的 Star 历史图表outerbase/studio 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Studio 的开源替代方案

相似的开源项目,按与 Studio 的功能重合度排序。
  • jorgerojas26/lazysqljorgerojas26 的头像

    jorgerojas26/lazysql

    3,481在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,481
  • dbgate/dbgatedbgate 的头像

    dbgate/dbgate

    6,769在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,769
  • vrana/adminervrana 的头像

    vrana/adminer

    7,432在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,432
  • datlechin/tableprodatlechin 的头像

    datlechin/TablePro

    4,471在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,471
查看 Studio 的所有 30 个替代方案→

常见问题解答

outerbase/studio 是做什么的?

Studio 是一个容器化 SQL 数据库管理工具,提供了一个基于浏览器的图形界面,用于执行查询和管理各种 SQL 数据库。它由一个专门的查询编辑器和专为 Web 数据库管理设计的图形管理界面组成。

outerbase/studio 的主要功能有哪些?

outerbase/studio 的主要功能包括: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。

outerbase/studio 有哪些开源替代品?

outerbase/studio 的开源替代品包括: 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…