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
·

5 repository-uri

Awesome GitHub RepositoriesCross-Database Search Tools

Utilities for locating specific code and objects across multiple connected database instances.

Distinct from Cross-Account Search: Shortlist focuses on email accounts or text-search engines, not object search across SQL databases.

Explore 5 awesome GitHub repositories matching data & databases · Cross-Database Search Tools. Refine with filters or upvote what's useful.

Awesome Cross-Database Search Tools GitHub Repositories

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

    microsoft/azuredatastudio

    7,694Vezi pe GitHub↗

    Azure Data Studio is a cross-platform SQL database management IDE used for writing queries, managing schemas, and administering relational databases. It functions as a comprehensive environment for relational database management, providing a structured interface for executing SQL queries and browsing database objects. The platform is distinguished by its interactive data notebooks, which combine executable code cells, narrative text, and visualizations for data analysis. It also includes specialized tools for database migration, allowing users to assess and transfer schemas and data from on-p

    Enables searching for specific code and database objects across multiple connected database instances.

    TypeScriptazureazure-data-studioelectron
    Vezi pe GitHub↗7,694
  • pawelsalawa/sqlitestudioAvatar pawelsalawa

    pawelsalawa/sqlitestudio

    6,428Vezi pe GitHub↗

    SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data

    Search for a given string across every table in the database and return matching rows.

    Ccppdatabasedatabase-management
    Vezi pe GitHub↗6,428
  • inventree/inventreeAvatar inventree

    inventree/InvenTree

    6,350Vezi pe GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Queries all connected database records and returns matching results from multiple tables in a unified view.

    Pythondjangohacktoberfestpython
    Vezi pe GitHub↗6,350
  • heidisql/heidisqlAvatar HeidiSQL

    HeidiSQL/HeidiSQL

    6,129Vezi pe GitHub↗

    A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in Delphi and Lazarus/FreePascal

    Searches for a specified text string across every table in every database on a connected server.

    Pascal
    Vezi pe GitHub↗6,129
  • 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

    Performs fuzzy or full-text searches across saved connections, database schemas, and query history.

    Swift
    Vezi pe GitHub↗4,471
  1. Home
  2. Data & Databases
  3. Cross-Database Search Tools

Explorează sub-etichetele

  • Cross-Table String SearchesSearching for a given string across every table in a database and returning matching rows. **Distinct from Cross-Database Search Tools:** Distinct from Cross-Database Search Tools: searches within a single database across all its tables, not across multiple database instances.