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

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

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

15 个仓库

Awesome GitHub RepositoriesDatabase Management Interfaces

Graphical tools for browsing, editing, and visualizing database records and structures.

Distinguishing note: Focuses on the visual interaction layer, distinct from programmatic data access.

Explore 15 awesome GitHub repositories matching data & databases · Database Management Interfaces. Refine with filters or upvote what's useful.

Awesome Database Management Interfaces GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • prisma/prismaprisma 的头像

    prisma/prisma

    46,366在 GitHub 上查看↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    A graphical interface for inspecting records, navigating relational diagrams, and managing data configurations directly within the development environment or browser.

    TypeScriptcockroachdbdatabasejavascript
    在 GitHub 上查看↗46,366
  • dokploy/dokployDokploy 的头像

    Dokploy/dokploy

    34,901在 GitHub 上查看↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Provides a web-based interface for database management and data visualization.

    TypeScriptbackendbackupsdatabases
    在 GitHub 上查看↗34,901
  • drizzle-team/drizzle-ormdrizzle-team 的头像

    drizzle-team/drizzle-orm

    34,835在 GitHub 上查看↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Provides a visual interface for inspecting and managing database schemas and data.

    TypeScriptormtypescriptsql
    在 GitHub 上查看↗34,835
  • surrealdb/surrealdbsurrealdb 的头像

    surrealdb/surrealdb

    32,397在 GitHub 上查看↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    Provides a unified interface for managing database connections, schemas, and records across multiple environments.

    Rustbackend-as-a-servicecloud-databasedatabase
    在 GitHub 上查看↗32,397
  • viatsko/awesome-vscodeviatsko 的头像

    viatsko/awesome-vscode

    28,754在 GitHub 上查看↗

    This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the Visual Studio Code editor. It serves as a comprehensive index for developers seeking to enhance their coding environment, offering a structured collection of community-driven tools that streamline development workflows and improve editor productivity. The directory distinguishes itself by organizing a vast ecosystem of plugins into logical categories, ranging from language-specific intelligence and version control integrations to advanced productivity utilities. It highlights t

    Explore and manage database records directly within the development environment.

    JavaScriptawesomeawesome-listlist
    在 GitHub 上查看↗28,754
  • chroma-core/chromachroma-core 的头像

    chroma-core/chroma

    26,198在 GitHub 上查看↗

    Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for semantic similarity search. It functions as a comprehensive platform for information retrieval, enabling the storage and management of unstructured documents alongside structured metadata. By mapping data into numerical representations, the system facilitates rapid similarity lookups across large datasets. The platform distinguishes itself through a hybrid search infrastructure that combines dense vector embeddings with sparse keyword and regular expression matching to balance sema

    Provides a programmatic interface for initializing database instances and handling data storage operations.

    Rustaidatabasedocument-retrieval
    在 GitHub 上查看↗26,198
  • redis/redisdesktopmanagerredis 的头像

    redis/RedisDesktopManager

    23,240在 GitHub 上查看↗

    RedisDesktopManager is a graphical user interface client and database manager for Redis. It serves as a NoSQL database explorer that allows users to visualize, edit, and manage keys and values within a Redis environment without relying on command-line tools. The application focuses on NoSQL data exploration and cache administration, providing a visual way to browse and search through key-value pairs. It includes capabilities for database schema visualization, rendering complex data types such as hashes, lists, and sets in a readable format.

    Provides a graphical database management interface for viewing and editing Redis records.

    C++
    在 GitHub 上查看↗23,240
  • wasp-lang/waspwasp-lang 的头像

    wasp-lang/wasp

    18,146在 GitHub 上查看↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    Provides visual interfaces for inspecting and managing database records to simplify debugging and development.

    TypeScripthaskelljavascriptnode
    在 GitHub 上查看↗18,146
  • prismagraphql/prismaprismagraphql 的头像

    prismagraphql/prisma

    16,393在 GitHub 上查看↗

    Prisma is a type-safe database object-relational mapper that uses a declarative schema to map data models to relational and document databases. It provides a unified toolkit for data access, combining a database driver with tools for schema management and record manipulation. The project features a multi-database driver that standardizes interactions across PostgreSQL, MySQL, and MongoDB. It includes a system for tracking and applying structural schema migrations across different environments and a graphical user interface for browsing and editing database records. The system ensures data in

    Offers graphical tools for browsing, editing, and visualizing database records and structures.

    Scala
    在 GitHub 上查看↗16,393
  • dhamaniasad/awesome-postgresdhamaniasad 的头像

    dhamaniasad/awesome-postgres

    11,955在 GitHub 上查看↗

    This project is a curated directory of software, libraries, and resources designed to support the management, monitoring, and deployment of PostgreSQL database environments. It functions as a structured index of community-supported tools, providing a centralized location for users to discover utilities that enhance database functionality and reliability. The directory organizes disparate database solutions into a logical hierarchy, covering areas such as graphical interfaces, backup and recovery utilities, and performance monitoring platforms. By categorizing these resources, it assists in th

    Provides graphical interfaces and web-based tools for interacting with and visualizing database records.

    databasepostgrespostgresql
    在 GitHub 上查看↗11,955
  • the-control-group/voyagerthe-control-group 的头像

    the-control-group/voyager

    11,819在 GitHub 上查看↗

    Voyager is a Laravel administration panel and PHP database manager that provides a web-based dashboard for managing application data and administrative user privileges. It functions as a BREAD CRUD manager, allowing users to browse, read, edit, archive, and delete database records through a graphical interface. The system enables database content management without the need to write custom controller code or execute raw SQL. It includes tools for role-based access control to define and manage administrative permissions, restricting access to backend tools based on assigned user roles.

    Provides a graphical tool for browsing, editing, and visualizing database records and structures directly from a browser.

    PHP
    在 GitHub 上查看↗11,819
  • luin/medisluin 的头像

    luin/medis

    11,735在 GitHub 上查看↗

    Medis is a native macOS desktop application that serves as a Redis client for connecting to local and remote instances. It provides a graphical user interface for visualizing, editing, and managing data stored within Redis key-value stores. The application includes a visual key-value explorer for browsing records and a dedicated terminal console for executing raw instructions and system shell commands. It supports secure remote administration through SSL encrypted connections and the use of host, port, and password credentials. Connection management is handled via profiles that allow saving

    Offers a graphical interface to view, edit, and organize keys and configurations within the database.

    JavaScriptelectronguimac
    在 GitHub 上查看↗11,735
  • tporadowski/redistporadowski 的头像

    tporadowski/redis

    9,987在 GitHub 上查看↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Provides graphical user interface tools and IDE extensions for analyzing and modifying database records.

    Credisredis-for-windowsredis-msi-installer
    在 GitHub 上查看↗9,987
  • softwarebrothers/adminjsSoftwareBrothers 的头像

    SoftwareBrothers/adminjs

    8,949在 GitHub 上查看↗

    AdminJS is a Node.js admin panel and database management UI that provides a visual interface for performing create, read, update, and delete operations based on existing database models. It functions as a low-code backend dashboard and internal tool builder, allowing developers to create management interfaces for monitoring and controlling application state without writing custom frontend code. The project enables the creation of custom business logic workflows and system dashboards, providing non-technical team members with a secure way to manage application data. It supports the development

    Provides a graphical interface for browsing, editing, and visualizing database records and structures.

    TypeScript
    在 GitHub 上查看↗8,949
  • 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

    Implements a graphical web interface for browsing, editing, and visualizing database structures.

    PHPdatabasemssqlmysql
    在 GitHub 上查看↗7,432
  1. Home
  2. Data & Databases
  3. Database Management Interfaces