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