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

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

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

7 个仓库

Awesome GitHub RepositoriesDatabase Object Filters

Tools for narrowing down large lists of database objects using search criteria.

Distinguishing note: Focuses on UI-level filtering of object lists rather than query-level data filtering.

Explore 7 awesome GitHub repositories matching data & databases · Database Object Filters. Refine with filters or upvote what's useful.

Awesome Database Object Filters GitHub Repositories

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

    dbeaver/dbeaver

    50,678在 GitHub 上查看↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    Locates database objects in the navigator tree by typing in the filter bar to instantly highlight items.

    Javaaicopilotdatabase
    在 GitHub 上查看↗50,678
  • studio3t/robomongoStudio3T 的头像

    Studio3T/robomongo

    9,369在 GitHub 上查看↗

    RoboMongo is a cross-platform database manager and graphical interface for administering MongoDB databases. It serves as a shell integrated development environment and query tool for managing NoSQL data stores and exploring collections across multiple server instances. The application provides a visual environment for writing and executing modern JavaScript scripts and native shell commands. It includes capabilities for running aggregate queries with paginated results and supports side-by-side views for comparing data outputs. The tool covers remote database connectivity through SSH tunnelin

    Provides UI-level filtering to hide unnecessary databases in the explorer and reduce visual clutter.

    C++
    在 GitHub 上查看↗9,369
  • obkoro1/koro1fileheaderOBKoro1 的头像

    OBKoro1/koro1FileHeader

    6,055在 GitHub 上查看↗

    koro1FileHeader 是一个 VSCode 扩展,旨在自动生成和更新源文件顶部的标准化注释块。它作为一个文件元数据管理器和自动化代码文档工具,在保存时直接在代码中跟踪作者、修改时间和文件路径。 该工具从本地 Git 配置中同步作者姓名和电子邮件地址以填充页眉字段。它还具有源代码注释装饰器,能够插入装饰性注释艺术和视觉图案来组织代码段。 该扩展涵盖了广泛的功能,包括通过参数提取自动生成函数文档字符串、用于版权声明和许可证的模板化自定义,以及特定语言的分隔符映射。它包括用于排除特定目录或文件扩展名的过滤机制,并采用变更检测来还原琐碎的元数据更新,从而防止冗余的版本控制提交。

    Allows users to exclude specific folders, files, or projects from receiving automatic header comments.

    JavaScriptannotationsfileheaderfunctionn-annotation
    在 GitHub 上查看↗6,055
  • diffplug/spotlessdiffplug 的头像

    diffplug/spotless

    5,527在 GitHub 上查看↗

    Spotless is a multi-language formatting orchestrator and Gradle plugin that automates code styling across various programming languages within a single build pipeline. It functions as a coordinator for multiple third-party formatters, a code style linting tool, and a system for inserting and updating standardized license headers. The project distinguishes itself through git-integrated style enforcement, using pre-push hooks and git references to apply formatting only to modified files or lines. It supports shared build configurations, allowing formatting rules to be distributed and loaded acr

    Restricts processed files by matching them against a list of provided file patterns to define formatting targets.

    Java
    在 GitHub 上查看↗5,527
  • 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

    Reduces sidebar noise by filtering and hiding irrelevant databases using search and checkbox controls.

    Swift
    在 GitHub 上查看↗4,471
  • anc95/chatgpt-codereviewanc95 的头像

    anc95/ChatGPT-CodeReview

    4,445在 GitHub 上查看↗

    ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review pull request diffs and post feedback on code changes. It functions as a system for detecting bugs and suggesting improvements in source code. The tool provides a containerized runtime for deployment as a background process or through a GitHub Action. Users can customize the analysis behavior, style, and technical depth by adjusting model parameters and system prompts. The system handles automated code review workflows by triggering analysis via webhooks and CI pipelines, upd

    Excludes specific files or directories from automated analysis tasks using regular expression patterns.

    JavaScript
    在 GitHub 上查看↗4,445
  • olahallengren/sql-server-maintenance-solutionolahallengren 的头像

    olahallengren/sql-server-maintenance-solution

    3,295在 GitHub 上查看↗

    This project is a T-SQL maintenance framework and suite of automated scripts for SQL Server. It functions as a backup automator, index optimizer, and integrity checker designed to manage routine database administration tasks through a programmable set of stored procedures. The solution distinguishes itself through a focus on automated orchestration, including the ability to target or exclude databases within Availability Groups and the use of mirror-write backup streams for redundancy. It employs fragmentation-driven indexing to determine whether to rebuild or reorganize indexes based on user

    Provides logic to target specific databases or exclude those in Availability Groups during maintenance.

    TSQLsqlserver
    在 GitHub 上查看↗3,295
  1. Home
  2. Data & Databases
  3. Database Object Filters

探索子标签

  • Automation Target FilteringFilters used to exclude specific files or directories from automated processing tasks. **Distinct from Maintenance Target Filtering:** Targets the scope of automation tasks rather than database maintenance cycles.
  • Maintenance Target FilteringLogic for including or excluding specific databases from maintenance cycles based on properties like Availability Group membership. **Distinct from Database Object Filters:** Distinct from database object filters: targets entire databases for maintenance operations rather than filtering object lists in a UI.