awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dbeaver/dbeaverAvatar dbeaver

    dbeaver/dbeaver

    50,678Vezi pe 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
    Vezi pe GitHub↗50,678
  • studio3t/robomongoAvatar Studio3T

    Studio3T/robomongo

    9,369Vezi pe 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++
    Vezi pe GitHub↗9,369
  • obkoro1/koro1fileheaderAvatar OBKoro1

    OBKoro1/koro1FileHeader

    6,055Vezi pe GitHub↗

    koro1FileHeader is a VSCode extension designed to automatically generate and update standardized comment blocks at the top of source files. It serves as a file metadata manager and automated code documenter that tracks authorship, modification times, and file paths directly within the code upon saving. The tool synchronizes author names and email addresses from local Git configurations to populate header fields. It also features a source code comment decorator capable of inserting decorative comment art and visual patterns to organize code sections. The extension covers a broad range of capa

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

    JavaScriptannotationsfileheaderfunctionn-annotation
    Vezi pe GitHub↗6,055
  • diffplug/spotlessAvatar diffplug

    diffplug/spotless

    5,527Vezi pe GitHub↗

    Spotless este un orchestrator de formatare multi-limbaj și plugin Gradle care automatizează stilizarea codului în diverse limbaje de programare într-un singur pipeline de build. Funcționează ca un coordonator pentru mai multe formatatoare terțe, un instrument de linting pentru stilul codului și un sistem pentru inserarea și actualizarea antetelor de licență standardizate. Proiectul se distinge prin aplicarea stilului integrată cu git, utilizând pre-push hooks și referințe git pentru a aplica formatarea doar fișierelor sau liniilor modificate. Suportă configurații de build partajate, permițând distribuirea și încărcarea regulilor de formatare în mai multe proiecte prin artefacte remote pentru a menține o singură sursă de adevăr. Instrumentul acoperă o gamă largă de capabilități, inclusiv transformarea textului codului sursă prin expresii regulate și patch-uri JSON, gestionarea importurilor și standardizarea spațiilor albe. Se integrează cu o gamă largă de binare și instrumente externe pentru limbaje precum Java, Python, Kotlin, C++, Go și TypeScript. Funcționalitatea suplimentară include verificarea formatării pentru a asigura idempotența și optimizarea incrementală pentru a omite fișierele neschimbate.

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

    Java
    Vezi pe GitHub↗5,527
  • datlechin/tableproAvatar datlechin

    datlechin/TablePro

    4,471Vezi pe 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
    Vezi pe GitHub↗4,471
  • anc95/chatgpt-codereviewAvatar anc95

    anc95/ChatGPT-CodeReview

    4,445Vezi pe 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
    Vezi pe GitHub↗4,445
  • olahallengren/sql-server-maintenance-solutionAvatar olahallengren

    olahallengren/sql-server-maintenance-solution

    3,295Vezi pe 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
    Vezi pe GitHub↗3,295
  1. Home
  2. Data & Databases
  3. Database Object Filters

Explorează sub-etichetele

  • 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.